update usage of asciitable to new interface
This commit is contained in:
parent
2aa1073949
commit
3fa0312087
|
@ -74,7 +74,7 @@ for file in files:
|
|||
if file['name'] != 'STDIN': file['croak'].write('\033[1m'+scriptName+'\033[0m: '+file['name']+'\n')
|
||||
else: file['croak'].write('\033[1m'+scriptName+'\033[0m\n')
|
||||
|
||||
theTable = damask.ASCIItable(file['input'],file['output'],labels = False,buffered = False)
|
||||
theTable = damask.ASCIItable(file['input'],file['output'],labeled = False,buffered = False)
|
||||
theTable.head_read()
|
||||
|
||||
#--- interpret header ----------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue