]> git.decadent.org.uk Git - dak.git/commitdiff
Clear package_relations in all cases so that subsequent calls are not polluted
authorChris Lamb <lamby@debian.org>
Sat, 8 Aug 2009 16:13:49 +0000 (17:13 +0100)
committerChris Lamb <lamby@debian.org>
Sat, 8 Aug 2009 16:15:05 +0000 (17:15 +0100)
dak/examine_package.py

index 748a3be4afe5815aa7bad922cbbd28c548d298ff..fd06f519e8e9b4c0b24fc46bae28d6fd1853780f 100755 (executable)
@@ -355,6 +355,7 @@ def output_package_relations ():
 
     if len(package_relations) < 2:
         # Only list something if we have more than one binary to compare
+        package_relations.clear()
         return
 
     to_print = ""