Don't print a plain newline at the end of the execution (avoids bogus cron error mails).

Signed-off-by: Simon Hausmann <shausman@trolltech.com>
maint
Simon Hausmann 2007-02-22 10:20:53 +01:00
parent 47e33ec082
commit 5ea919de22
1 changed files with 0 additions and 2 deletions

View File

@ -332,8 +332,6 @@ if len(changeRange) == 0:
except: except:
pass pass


sys.stderr.write("\n")

tz = - time.timezone / 36 tz = - time.timezone / 36
tzsign = ("%s" % tz)[0] tzsign = ("%s" % tz)[0]
if tzsign != '+' and tzsign != '-': if tzsign != '+' and tzsign != '-':