diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/check-for-type-punning-warnings.py | 2 | ||||
-rwxr-xr-x | scripts/load_every_help.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/check-for-type-punning-warnings.py b/scripts/check-for-type-punning-warnings.py index 84637500..93f564d2 100755 --- a/scripts/check-for-type-punning-warnings.py +++ b/scripts/check-for-type-punning-warnings.py @@ -35,7 +35,7 @@ mailoutput.append('To: ' + toaddr + '\n') mailoutput.append('Subject: type-punning warnings ' + date + '\n\n\n') mailoutput.append('______________________________________________________________________\n\n') mailoutput.append('Complete log:\n') -mailoutput.append('http://autobuild.puredata.info/auto-build/' + date + '/' +mailoutput.append('http://autobuild.puredata.info/auto-build/' + date + '/logs/' + outputfilename + '\n') diff --git a/scripts/load_every_help.py b/scripts/load_every_help.py index 8f00791d..fc18d6dd 100755 --- a/scripts/load_every_help.py +++ b/scripts/load_every_help.py @@ -186,7 +186,7 @@ mailoutput.append('To: ' + toaddr + '\n') mailoutput.append('Subject: load_every_help ' + datestamp + '\n\n\n') mailoutput.append('______________________________________________________________________\n\n') mailoutput.append('Complete log:\n') -mailoutput.append('http://autobuild.puredata.info/auto-build/' + date + '/' +mailoutput.append('http://autobuild.puredata.info/auto-build/' + date + '/logs/' + outputfilename + '\n') |