reporting correct ID

This commit is contained in:
Martin Diehl 2016-07-17 18:18:57 +02:00
parent 9441ee7326
commit 0c2b7782d4
1 changed files with 1 additions and 2 deletions

View File

@ -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()