]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Ready for integration
authorAnthony Geay <anthony.geay@edf.fr>
Thu, 19 Aug 2021 11:57:54 +0000 (13:57 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Thu, 19 Aug 2021 11:57:54 +0000 (13:57 +0200)
src/KERNEL_PY/__init__.py

index 80bf0e4d6fffa7478275129ab6e5da8fcf338c14..0c06b1cfdd35132d617846b9eecfa89062a89567 100644 (file)
@@ -231,7 +231,7 @@ def salome_init_without_session():
     dsm = GetDSMInstance(sys.argv)
     # esm inherits from SALOME_CPythonHelper singleton already initialized by GetDSMInstance
     # esm inherits also from SALOME_ResourcesManager creation/initialization (concerning SingleThreadPOA POA) when KernelLauncher.GetContainerManager() has been called
-    #esm = KernelLauncher.GetExternalServer()
+    esm = KernelLauncher.GetExternalServer()
 
 def salome_init_with_session(path=None, embedded=False):
     """