aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-10-09 05:43:29 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-10-09 05:43:29 +0000
commitf4bb13bb96a3239c3b89a7936434e545c4f2d3d5 (patch)
treeaa098dc80fddd192f58e09c2dccc7975d3246ee7
parentf201297df4f188314ed3ffc73b52af78da11fc27 (diff)
removed line that doesn't work
svn path=/trunk/; revision=15554
-rwxr-xr-xscripts/load_every_help.py2
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')