From 0881a5dab651a68cfc0a12a604ccd4970b9fc08c Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Fri, 22 Jan 2021 07:42:40 +0100 Subject: [PATCH] WIP --- src/KERNEL_PY/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/KERNEL_PY/__init__.py b/src/KERNEL_PY/__init__.py index 3b723ec3a..4c9f25213 100644 --- a/src/KERNEL_PY/__init__.py +++ b/src/KERNEL_PY/__init__.py @@ -191,8 +191,7 @@ class StandAloneLifecyle: return geom if contName == "FactoryServer" and moduleName == "SMESH": import SMeshHelper - checkNS = False - smesh_ior = SMeshHelper.BuildSMESHInstance(checkNS) + smesh_ior = SMeshHelper.BuildSMESHInstance() import SMESH import CORBA orb=CORBA.ORB_init(['']) -- 2.39.2