From 282d2d7b97834ac7241a6425ff6672e7cbe8eda5 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Thu, 25 Aug 2011 16:47:12 +0000 Subject: [PATCH] corrected wrong Id tag --- processing/post/addDebugInformation | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/processing/post/addDebugInformation b/processing/post/addDebugInformation index 0985589d9..a00883181 100644 --- a/processing/post/addDebugInformation +++ b/processing/post/addDebugInformation @@ -40,7 +40,7 @@ parser = OptionParser(option_class=extendableOption, usage='%prog options [file[ Add column containing debug information Operates on periodic ordered three-dimensional data sets. -""" + string.replace('$Id: $','\n','\\n') +""" + string.replace('$Id$','\n','\\n') ) @@ -128,7 +128,7 @@ for file in files: output = '%i\theader'%(headerlines+1) + '\n' + \ ''.join(passOn) + \ - string.replace('$Id: $','\n','\\n')+ '\t' + \ + string.replace('$Id$','\n','\\n')+ '\t' + \ ' '.join(sys.argv[1:]) + '\n' + \ '\t'.join(headers + head) + '\n' # build extended header