From: Mark Hymers Date: Mon, 26 Oct 2009 15:20:55 +0000 (+0000) Subject: whoops - call it with the object, not the name X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fb9aaa6807fdace80f248fb3cc9b66fc5bfbb3c;p=dak whoops - call it with the object, not the name Signed-off-by: Mark Hymers --- 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))