[dak/master] Lets try it with correct syntax
Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
dak/process_new.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dak/process_new.py b/dak/process_new.py
index 2c0f452..bb25332 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()
################################################################################
--
1.5.6.5
Reply to: