Code

Don't print a plain newline at the end of the execution (avoids bogus cron error...
authorSimon Hausmann <shausman@trolltech.com>
Thu, 22 Feb 2007 09:20:53 +0000 (10:20 +0100)
committerSimon Hausmann <shausman@trolltech.com>
Thu, 22 Feb 2007 09:20:53 +0000 (10:20 +0100)
Signed-off-by: Simon Hausmann <shausman@trolltech.com>
contrib/fast-import/p4-fast-export.py

index 0541f84188917e13baeef4cedd67e3a568f2cf4b..8f5b8fe3140b149000ae8cba3a52948bdc221070 100755 (executable)
@@ -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 != '-':