]> git.decadent.org.uk Git - dak.git/commitdiff
Syntax Error
authorJoerg Jaspert <joerg@debian.org>
Fri, 13 Mar 2009 22:50:27 +0000 (23:50 +0100)
committerJoerg Jaspert <joerg@debian.org>
Fri, 13 Mar 2009 22:50:27 +0000 (23:50 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
dak/generate_index_diffs.py

index c6fde8603cc4c8358f0dcdb078a346917be40a1a..e83dfa3d6f6ff5f1699c8062c3ed6b304766bb67 100755 (executable)
@@ -321,7 +321,7 @@ def main():
         print "Processing: " + suite
         SuiteBlock = Cnf.SubTree("Suite::" + suite)
 
-        if database.get_suite_untouchable(suite)
+        if database.get_suite_untouchable(suite):
             print "Skipping: " + suite + " (untouchable)"
             continue