From 1f4939700d30587da31cf233566c6bc3df43d231 Mon Sep 17 00:00:00 2001 From: Bernard Secher Date: Fri, 30 Nov 2018 07:44:16 +0100 Subject: [PATCH] debug salome test --- bin/orbmodule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- 2.39.2