From: SRE Date: Thu, 11 May 2017 07:55:39 +0000 (+0200) Subject: fix bug in launchedCommand box of the xml log files. X-Git-Tag: V8_3_0rc1~16 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ccf404ce43843302d1c437dda88ac9204be4b25c;p=tools%2Fsat.git fix bug in launchedCommand box of the xml log files. --- diff --git a/salomeTools.py b/salomeTools.py index 43fee62..84429e4 100755 --- a/salomeTools.py +++ b/salomeTools.py @@ -312,7 +312,7 @@ class Sat(object): 'sat', options_launched, __nameCmd__, - ' '.join(args)]) + ' '.join(argv_0)]) launchedCommand = launchedCommand.replace('"', "'") # Add a link to the parent command