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

[dak/master] whoops - call it with the object, not the name



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 b62b2f3..3e738b9 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))
-- 
1.5.6.5



Reply to: