slight layout tweak
This commit is contained in:
parent
e8723bcc4b
commit
e18c2fd74c
|
@ -69,7 +69,7 @@ for name in filenames:
|
|||
try: table = damask.ASCIItable(name = name,
|
||||
buffered = False)
|
||||
except: continue
|
||||
damask.util.report(scriptName,"{} <-- {}".format(name,options.asciitable))
|
||||
damask.util.report(scriptName,"{} <== {}".format(name,options.asciitable))
|
||||
|
||||
# ------------------------------------------ read header ------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue