Fix bug in bump_kernel_packages

This commit is contained in:
Fabio Erculiani
2013-07-05 14:42:52 +02:00
parent bedabea4e9
commit 38e7dda357
+1 -1
View File
@@ -16,7 +16,7 @@ keyslot = "--keyslot" in args
if keyslot:
args.remove("--keyslot")
canfail = "--canfail" in args
if keyslot:
if canfail:
args.remove("--canfail")
if len(args) < 3: