]> git.decadent.org.uk Git - dak.git/commitdiff
call get_suite_binaries properly
authorMark Hymers <mhy@debian.org>
Mon, 26 Oct 2009 15:20:06 +0000 (15:20 +0000)
committerMark Hymers <mhy@debian.org>
Mon, 26 Oct 2009 15:20:11 +0000 (15:20 +0000)
Signed-off-by: Mark Hymers <mhy@debian.org>
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))