X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcruft_report.py;h=73619d590395bb00f189fbdc6e5b7f0bd377fbaa;hb=1a7c6855a41abed329800622d8990eed5c009cae;hp=4b7848773b017ca8dabe5e2cc87b6bf24e7f2b8f;hpb=2206508e762c7db925b444ace6030dfecf2d951b;p=dak.git 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))