From 4ec6038d05876c3ac90fcf515ca30102a93b7070 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Fri, 18 Apr 2008 20:32:59 +0200 Subject: [PATCH] Missed continue statement --- dak/transitions.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5