From: nri Date: Thu, 20 Nov 2003 08:37:01 +0000 (+0000) Subject: NRI : Splash is launched only if --gui option is defined. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2eb84026256502277887358fa5882d6e543bac74;p=modules%2Fyacs.git NRI : Splash is launched only if --gui option is defined. --- diff --git a/bin/runSalome.py b/bin/runSalome.py index cc3a72b16..d7c7a496c 100755 --- a/bin/runSalome.py +++ b/bin/runSalome.py @@ -300,7 +300,8 @@ def startSalome(): # Lancement Session Loader # - SessionLoader().run() + if with_gui: + SessionLoader().run() # # Initialisation ORB et Naming Service