From: Simon Hausmann Date: Thu, 22 Feb 2007 09:20:53 +0000 (+0100) Subject: Don't print a plain newline at the end of the execution (avoids bogus cron error... X-Git-Url: http://crossforests.com/gitweb?a=commitdiff_plain;h=5ea919de226177e52f62d1c92208ad9687fd76d7;p=python%2Ffast-export.git Don't print a plain newline at the end of the execution (avoids bogus cron error mails). Signed-off-by: Simon Hausmann --- diff --git a/contrib/fast-import/p4-fast-export.py b/contrib/fast-import/p4-fast-export.py index 0541f84..8f5b8fe 100755 --- a/contrib/fast-import/p4-fast-export.py +++ b/contrib/fast-import/p4-fast-export.py @@ -332,8 +332,6 @@ if len(changeRange) == 0: except: pass -sys.stderr.write("\n") - tz = - time.timezone / 36 tzsign = ("%s" % tz)[0] if tzsign != '+' and tzsign != '-':