From: rnv Date: Thu, 16 Jan 2020 14:08:09 +0000 (+0300) Subject: bos #18517 [CEA] KERNEL - patch integration X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=46720ee0d5f339b38a10e130c4d4939735983eff;p=modules%2Fyacs.git bos #18517 [CEA] KERNEL - patch integration --- diff --git a/bin/orbmodule.py b/bin/orbmodule.py old mode 100644 new mode 100755 index ddb8762c7..4b83fee52 --- a/bin/orbmodule.py +++ b/bin/orbmodule.py @@ -69,7 +69,7 @@ class client: # On lance le Naming Server (doit etre dans le PATH) test = True - if args['wake_up_session']: + if args != None and 'wake_up_session' in args and args['wake_up_session']: test = False pass if test: