From 90cedf2fb9b2aad54125772407b618cd164afb34 Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Thu, 19 Aug 2021 13:57:54 +0200 Subject: [PATCH] Ready for integration --- src/KERNEL_PY/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): """ -- 2.39.2