From 94423cc7ac07c4d50393d740a60e858fb5964ba9 Mon Sep 17 00:00:00 2001 From: Tias Maiti Date: Wed, 17 Jun 2015 19:47:50 +0000 Subject: [PATCH] =?UTF-8?q?added=20scriptID=20line=20=E2=80=9C=20removed?= =?UTF-8?q?=20during=20last=20commit=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- processing/post/tagLabel.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/processing/post/tagLabel.py b/processing/post/tagLabel.py index 0b19c5661..8a229eeed 100755 --- a/processing/post/tagLabel.py +++ b/processing/post/tagLabel.py @@ -41,7 +41,8 @@ for name in filenames: file['croak'].write('\033[1m'+scriptName+'\033[0m: '+file['name']+'\n') table = damask.ASCIItable(file['input'],file['output'],buffered=False) # make unbuffered ASCII_table - table.head_read() # read ASCII header info + table.head_read() + table.info_append(scriptID + '\t' + ' '.join(sys.argv[1:])) # read ASCII header info # ------------------------------------------ process labels ---------------------------------------