From f70624b4663924a3773cc6a862631e1cb4c516fc Mon Sep 17 00:00:00 2001 From: jfa Date: Thu, 9 Mar 2006 14:32:43 +0000 Subject: [PATCH] PAL10512: Improve fix, avoiding modifications of 'args' dictionary, common for all processes. --- bin/runSalome.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # -- 2.39.2