From 0c984dc91cfb5a567190e6eac044f3ab3d15963a Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Mon, 26 Oct 2009 15:20:06 +0000 Subject: [PATCH] call get_suite_binaries properly Signed-off-by: Mark Hymers --- dak/cruft_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dak/cruft_report.py b/dak/cruft_report.py index af3a1125..b62b2f38 100755 --- a/dak/cruft_report.py +++ b/dak/cruft_report.py @@ -384,7 +384,7 @@ def main (): bin_not_built = {} if "bnb" in checks: - bins_in_suite = get_suite_binaries(suite) + bins_in_suite = get_suite_binaries(suite.suite_name, session) # Checks based on the Sources files components = cnf.ValueList("Suite::%s::Components" % (suite)) -- 2.39.2