From: Joerg Jaspert Date: Fri, 18 Apr 2008 18:32:59 +0000 (+0200) Subject: Missed continue statement X-Git-Tag: debian-r/squeeze~1531^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4ec6038d05876c3ac90fcf515ca30102a93b7070;p=dak.git Missed continue statement --- diff --git a/dak/transitions.py b/dak/transitions.py index 749f18fc..b7020b15 100755 --- a/dak/transitions.py +++ b/dak/transitions.py @@ -157,6 +157,7 @@ def load_transitions(trans_file): elif type(t[key]) != str: if t[key] == "new" and type(t[key]) == int: # Ok, debian native version + continue else: print "ERROR: Unknown type %s for key %s in transition %s" % (type(t[key]), key, test) failure = True