]> git.decadent.org.uk Git - dak.git/commitdiff
Fix check_override in check-archive.
authorChris Lamb <lamby@debian.org>
Fri, 30 Oct 2009 11:45:08 +0000 (11:45 +0000)
committerChris Lamb <lamby@debian.org>
Fri, 30 Oct 2009 11:45:08 +0000 (11:45 +0000)
Signed-off-by: Chris Lamb <lamby@debian.org>
dak/check_archive.py

index 2162068e2b9d69b4885d0d5a10f2721092c9a939..aed2a8a88ec792c02df91f2664defd5fe689240f 100755 (executable)
@@ -185,7 +185,7 @@ def check_override():
         print suite_name
         print "-" * len(suite_name)
         print
-        suite = get_suite(suite)
+        suite = get_suite(suite_name)
         q = s.execute("""
 SELECT DISTINCT b.package FROM binaries b, bin_associations ba
  WHERE b.id = ba.bin AND ba.suite = :suiteid AND NOT EXISTS