diff --git a/processing/post/postResults b/processing/post/postResults index 0ea4f1cea..64e6163f9 100755 --- a/processing/post/postResults +++ b/processing/post/postResults @@ -925,8 +925,8 @@ for incCount,increment in enumerate(increments): file = open(outFilename,'w') fileOpen = True file.write('2\theader\n') - file.write('$Id$ '+\ - ' '.join(sys.argv[1:])) + '\n' + file.write('$Id$\t'+\ + ' '.join(sys.argv[1:]) + '\n') headerWritten = False file.flush()