]> git.donarmstrong.com Git - dak.git/blobdiff - dak/cruft_report.py
call get_suite_binaries properly
[dak.git] / dak / cruft_report.py
index af3a1125db7a8f6c7c44b1ceb73a3a1cdd310a9a..b62b2f386f708010ce922faa5878dc7335b37cf5 100755 (executable)
@@ -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))