From 0fb9aaa6807fdace80f248fb3cc9b66fc5bfbb3c Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Mon, 26 Oct 2009 15:20:55 +0000 Subject: [PATCH] whoops - call it with the object, not the name 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 b62b2f38..3e738b96 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.suite_name, session) + bins_in_suite = get_suite_binaries(suite, session) # Checks based on the Sources files components = cnf.ValueList("Suite::%s::Components" % (suite)) -- 2.39.2