[dak/master] Clear package_relations in all cases so that subsequent calls are not polluted
---
dak/examine_package.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dak/examine_package.py b/dak/examine_package.py
index 748a3be..fd06f51 100755
--- 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 = ""
--
1.5.6.5
Reply to: