X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Ftransitions.py;h=e7cb99e805994d3fb259e5bbb8b993eb2bb7380d;hb=330833cdf958e43962e208f8021e0e44f1fc100c;hp=b7020b15273a2e4d4c82d3e065550030738639ba;hpb=ca74b83e8323872d989cafa1c9ea72ae68627305;p=dak.git diff --git a/dak/transitions.py b/dak/transitions.py index b7020b15..e7cb99e8 100755 --- a/dak/transitions.py +++ b/dak/transitions.py @@ -155,7 +155,7 @@ def load_transitions(trans_file): continue elif type(t[key]) != str: - if t[key] == "new" and type(t[key]) == int: + if key == "new" and type(t[key]) == int: # Ok, debian native version continue else: