]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
WIP
authorAnthony Geay <anthony.geay@edf.fr>
Fri, 22 Jan 2021 06:42:40 +0000 (07:42 +0100)
committerAnthony Geay <anthony.geay@edf.fr>
Fri, 22 Jan 2021 06:42:40 +0000 (07:42 +0100)
src/KERNEL_PY/__init__.py

index 3b723ec3a8993290ae13088bcb90779d9e8434fa..4c9f25213807cbd43b1cff00f6fa83580532183c 100644 (file)
@@ -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([''])