[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] call get_suite_binaries properly



Signed-off-by: Mark Hymers <mhy@debian.org>
---
 dak/cruft_report.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dak/cruft_report.py b/dak/cruft_report.py
index af3a112..b62b2f3 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)
+        bins_in_suite = get_suite_binaries(suite.suite_name, session)
 
     # Checks based on the Sources files
     components = cnf.ValueList("Suite::%s::Components" % (suite))
-- 
1.5.6.5



Reply to: