]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Dft SSL : salome command is now in blocking as before
authorAnthony Geay <anthony.geay@edf.fr>
Wed, 23 Feb 2022 08:38:24 +0000 (09:38 +0100)
committerAnthony Geay <anthony.geay@edf.fr>
Wed, 23 Feb 2022 08:38:24 +0000 (09:38 +0100)
bin/salomeContext.py

index 8493e6f8b013f4b11f5fde6500c2b4e91b31fbd7..3cdc0c0a0a93299f1da20e5e864971a70ce30049 100755 (executable)
@@ -365,8 +365,12 @@ class SalomeContext:
     if args is None:
       args = []
     sys.argv = ['runSalome'] + args
-    import runSalomeNoServer
-    runSalomeNoServer.main()
+    import setenv
+    setenv.main(True, exeName="salome withsession")
+    
+    import runSalome
+    runSalome.runSalome()
+    return 0
   #
 
   def _setContext(self, args=None):