]> git.decadent.org.uk Git - dak.git/commitdiff
Dear Ganneff, C+P coding is not helpful
authorMark Hymers <mhy@debian.org>
Mon, 26 Oct 2009 18:20:43 +0000 (18:20 +0000)
committerMark Hymers <mhy@debian.org>
Mon, 26 Oct 2009 18:20:43 +0000 (18:20 +0000)
Signed-off-by: Mark Hymers <mhy@debian.org>
dak/transitions.py

index a208a4022a3910f2bf4e3b1004206d770291940f..acae2072a10e6078f520a43c886d8bb5e2ef7448 100755 (executable)
@@ -406,16 +406,16 @@ def check_transitions(transitions):
         expected = t["new"]
 
         # Will be an empty list if nothing is in testing.
-        sources = get_source_in_suite(source, "testing", session)
+        sourceobj = get_source_in_suite(source, "testing", session)
 
         info[trans] = get_info(trans, source, expected, t["rm"], t["reason"], t["packages"])
         print info[trans]
 
-        if len(sources) < 1:
+        if sourceobj is None:
             # No package in testing
             print "Transition source %s not in testing, transition still ongoing." % (source)
         else:
-            current = sources[0].version
+            current = sourceobj.version
             compare = apt_pkg.VersionCompare(current, expected)
             if compare < 0:
                 # This is still valid, the current version in database is older than