From: jfa Date: Thu, 9 Mar 2006 14:33:13 +0000 (+0000) Subject: PAL10512: Improve fix, avoiding modifications of 'args' dictionary, common for all... X-Git-Tag: T2_2_9pre~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=81eb3ea4de05606b01acaf1edc7bf0b336fb5cb9;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 09872cec8..1cff35891 100755 --- a/bin/runSalome.py +++ b/bin/runSalome.py @@ -355,7 +355,7 @@ class LoggerServer(Server): class SessionLoader(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 # @@ -378,7 +378,7 @@ class SessionLoader(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 #