From: Bernard Secher Date: Fri, 30 Nov 2018 06:44:16 +0000 (+0100) Subject: debug salome test X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1f4939700d30587da31cf233566c6bc3df43d231;p=modules%2Fyacs.git debug salome test --- diff --git a/bin/orbmodule.py b/bin/orbmodule.py index c50fb558e..ddb8762c7 100644 --- a/bin/orbmodule.py +++ b/bin/orbmodule.py @@ -42,7 +42,7 @@ class client: def __init__(self,args=None): # Initialise the ORB - if 'launcher' in args: + if args is not None and 'launcher' in args: pos = args['launcher'].find(":") if pos != -1: machine = args['launcher'][0:pos]