diff --git a/processing/post/postResults.py b/processing/post/postResults.py index 28a2b40ac..cfbd50aa0 100755 --- a/processing/post/postResults.py +++ b/processing/post/postResults.py @@ -1060,8 +1060,7 @@ for incCount,position in enumerate(locations): # walk through locations file = open(outFilename,'w') fileOpen = True file.write('2\theader\n') - file.write(string.replace('$Id$','\n','\\n')+ - '\t' + ' '.join(sys.argv[1:]) + '\n') + file.write(scriptID + '\t' + ' '.join(sys.argv[1:])) headerWritten = False file.flush()