From: Torsten Werner Date: Thu, 19 Nov 2009 20:37:27 +0000 (+0100) Subject: cruft-report: fix exception in full mode X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=b11e4226340fc584ec9ee8199005d71d60e7d650 cruft-report: fix exception in full mode Signed-off-by: Torsten Werner --- diff --git a/dak/cruft_report.py b/dak/cruft_report.py index 4b784877..73619d59 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))