]> git.decadent.org.uk Git - dak.git/commitdiff
Lets try it with correct syntax
authorJoerg Jaspert <joerg@debian.org>
Wed, 15 Apr 2009 21:11:47 +0000 (23:11 +0200)
committerJoerg Jaspert <joerg@debian.org>
Wed, 15 Apr 2009 21:11:47 +0000 (23:11 +0200)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
dak/process_new.py

index 2c0f452fcd835acfd1a4f4406a5636474394476a..bb2533204800b393d08b42c5e3b46c1fc061f407 100755 (executable)
@@ -980,7 +980,7 @@ def end():
         sys.stderr.write("Accepted %d package %s, %s.\n" % (accept_count, sets, utils.size_type(int(accept_bytes))))
         Logger.log(["total",accept_count,accept_bytes])
 
-    if not Options["No-Action"] and not Options["Trainee"]::
+    if not Options["No-Action"] and not Options["Trainee"]:
         Logger.close()
 
 ################################################################################