]> git.decadent.org.uk Git - dak.git/commitdiff
whoops - call it with the object, not the name
authorMark Hymers <mhy@debian.org>
Mon, 26 Oct 2009 15:20:55 +0000 (15:20 +0000)
committerMark Hymers <mhy@debian.org>
Mon, 26 Oct 2009 15:20:55 +0000 (15:20 +0000)
Signed-off-by: Mark Hymers <mhy@debian.org>
dak/cruft_report.py

index b62b2f386f708010ce922faa5878dc7335b37cf5..3e738b964b904e0ca006f7d5f0b93e70593ce2e0 100755 (executable)
@@ -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))