]> git.decadent.org.uk Git - dak.git/blobdiff - dak/process_new.py
Lets try it with correct syntax
[dak.git] / 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()
 
 ################################################################################