From e18c2fd74c9771c41e435fe1f1ecc563d87e9e29 Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Wed, 16 Aug 2017 12:52:46 -0400 Subject: [PATCH] slight layout tweak --- processing/post/addLinked.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processing/post/addLinked.py b/processing/post/addLinked.py index 27e94945e..3e9eb473c 100755 --- a/processing/post/addLinked.py +++ b/processing/post/addLinked.py @@ -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 ------------------------------------------