[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master 4/5] cruft-report: fix exception in full mode



Signed-off-by: Torsten Werner <twerner@debian.org>
---
 dak/cruft_report.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dak/cruft_report.py b/dak/cruft_report.py
index 4b78487..73619d5 100755
--- a/dak/cruft_report.py
+++ b/dak/cruft_report.py
@@ -388,7 +388,7 @@ def main ():
     bin_not_built = {}
 
     if "bnb" in checks:
-        bins_in_suite = get_suite_binaries(suite_name, session)
+        bins_in_suite = get_suite_binaries(suite, session)
 
     # Checks based on the Sources files
     components = cnf.ValueList("Suite::%s::Components" % (suite_name))
-- 
1.6.3.3



Reply to: