From 496c3d4bc8dc89043659fe377ad3b7d5d3459228 Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Thu, 25 Sep 2014 21:54:42 +0000 Subject: [PATCH] added line breaks identifier and $Id$ flag --- processing/post/addMapped.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processing/post/addMapped.py b/processing/post/addMapped.py index 3bdc1f389..05abe1f80 100755 --- a/processing/post/addMapped.py +++ b/processing/post/addMapped.py @@ -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] # --------------------------------------------------------------------