added scriptID line “ removed during last commit”

This commit is contained in:
Tias Maiti 2015-06-17 19:47:50 +00:00
parent 012c830eff
commit 94423cc7ac
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ for name in filenames:
file['croak'].write('\033[1m'+scriptName+'\033[0m: '+file['name']+'\n') 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 = 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 --------------------------------------- # ------------------------------------------ process labels ---------------------------------------