From: Joerg Jaspert Date: Wed, 15 Apr 2009 21:11:47 +0000 (+0200) Subject: Lets try it with correct syntax X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=ba8309222c0cdbee0288eeda331af56f05ee4897;p=dak.git Lets try it with correct syntax Signed-off-by: Joerg Jaspert --- diff --git a/dak/process_new.py b/dak/process_new.py index 2c0f452f..bb253320 100755 --- a/dak/process_new.py +++ b/dak/process_new.py @@ -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() ################################################################################