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-Tag: v1.5.3-rc0~65^2^2~198 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5ea919de226177e52f62d1c92208ad9687fd76d7;p=git.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 0541f8418..8f5b8fe31 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 != '-':