added line breaks identifier and $Id$ flag

This commit is contained in:
Philip Eisenlohr 2014-09-25 21:54:42 +00:00
parent f0ca0a3f74
commit 496c3d4bc8
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import os,sys,string
from optparse import OptionParser
import damask
scriptID = string.replace('$Id: addCauchy.py 3331 2014-08-04 17:53:41Z MPIE\m.diehl $','\n','\\n')
scriptID = string.replace('$Id$','\n','\\n')
scriptName = scriptID.split()[1][:-3]
# --------------------------------------------------------------------