Salome HOME
initial commit : transfert of salome configuration files from internal git base
[tools/sat_salome.git] / products / patches / kernel_orbmodule_safewakeup.patch
1 diff --git a/bin/orbmodule.py b/bin/orbmodule.py
2 old mode 100644
3 new mode 100755
4 index ddb8762..4b83fee
5 --- a/bin/orbmodule.py
6 +++ b/bin/orbmodule.py
7 @@ -69,7 +69,7 @@ class client:
8  
9        # On lance le Naming Server (doit etre dans le PATH)
10        test = True
11 -      if args['wake_up_session']:
12 +      if args != None and 'wake_up_session' in args and args['wake_up_session']:
13          test = False
14          pass
15        if test: