diff options
-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') |