X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcruft_report.py;h=3e738b964b904e0ca006f7d5f0b93e70593ce2e0;hb=0fb9aaa6807fdace80f248fb3cc9b66fc5bfbb3c;hp=b62b2f386f708010ce922faa5878dc7335b37cf5;hpb=0c984dc91cfb5a567190e6eac044f3ab3d15963a;p=dak.git 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))