From: Anthony Geay Date: Thu, 19 Aug 2021 11:57:54 +0000 (+0200) Subject: Ready for integration X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=90cedf2fb9b2aad54125772407b618cd164afb34;p=modules%2Fkernel.git Ready for integration --- diff --git a/src/KERNEL_PY/__init__.py b/src/KERNEL_PY/__init__.py index 80bf0e4d6..0c06b1cfd 100644 --- a/src/KERNEL_PY/__init__.py +++ b/src/KERNEL_PY/__init__.py @@ -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): """