diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-09 05:43:29 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-09 05:43:29 +0000 |
commit | f4bb13bb96a3239c3b89a7936434e545c4f2d3d5 (patch) | |
tree | aa098dc80fddd192f58e09c2dccc7975d3246ee7 | |
parent | f201297df4f188314ed3ffc73b52af78da11fc27 (diff) |
removed line that doesn't work
svn path=/trunk/; revision=15554
-rwxr-xr-x | scripts/load_every_help.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/load_every_help.py b/scripts/load_every_help.py index eb5b00bb..2512990a 100755 --- a/scripts/load_every_help.py +++ b/scripts/load_every_help.py @@ -214,8 +214,6 @@ try: stdout=subprocess.PIPE, stderr=subprocess.STDOUT).wait() except: mailoutput.append('rsync upload of the log failed!\n') - mailoutput.append(''.join(p.stdout.readlines())) - mailoutput.append('______________________________________________________________________\n\n') server = smtplib.SMTP('in1.smtp.messagingengine.com') |