From: jfa Date: Thu, 9 Mar 2006 14:32:43 +0000 (+0000) Subject: PAL10512: Improve fix, avoiding modifications of 'args' dictionary, common for all... X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f70624b4663924a3773cc6a862631e1cb4c516fc;p=modules%2Fkernel.git PAL10512: Improve fix, avoiding modifications of 'args' dictionary, common for all processes. --- diff --git a/bin/runSalome.py b/bin/runSalome.py index b9fe39c0c..8165ce801 100755 --- a/bin/runSalome.py +++ b/bin/runSalome.py @@ -389,7 +389,7 @@ class LoggerServer(Server): class SessionServer(Server): def __init__(self,args): - self.args=args + self.args = args.copy() # Bug 11512 (Problems with runSalome --xterm on Mandrake and Debian Sarge) self.args['xterm']=0 #