projects
/
dak.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b556090
)
Clear package_relations in all cases so that subsequent calls are not polluted
author
Chris Lamb
<lamby@debian.org>
Sat, 8 Aug 2009 16:13:49 +0000
(17:13 +0100)
committer
Chris Lamb
<lamby@debian.org>
Sat, 8 Aug 2009 16:15:05 +0000
(17:15 +0100)
dak/examine_package.py
patch
|
blob
|
history
diff --git
a/dak/examine_package.py
b/dak/examine_package.py
index 748a3be4afe5815aa7bad922cbbd28c548d298ff..fd06f519e8e9b4c0b24fc46bae28d6fd1853780f 100755
(executable)
--- a/
dak/examine_package.py
+++ b/
dak/examine_package.py
@@
-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 = ""