]> SALOME platform Git repositories - tools/sat.git/commitdiff
Salome HOME
bos #35129: init module
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Mon, 22 May 2023 10:42:37 +0000 (12:42 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Mon, 22 May 2023 10:42:37 +0000 (12:42 +0200)
src/fileEnviron.py

index b21dcb94353881fbb3b73b87bd6b3a63215208de..f8e67e9a3e664eb9c87a5e9c4500b1ebe5af361e 100644 (file)
@@ -1007,7 +1007,7 @@ launcher_tail_py3="""\
                 _specs = importlib.util.find_spec(module_name)
                 _module = importlib.util.module_from_spec(_specs)
                 _specs.loader.exec_module(_module)
-
+                _module.init(context, out_dir_Path)
     #[manage salome doc command]
     if len(args) >1 and args[0]=='doc':
         _showDoc(args[1:])