From 2eb84026256502277887358fa5882d6e543bac74 Mon Sep 17 00:00:00 2001 From: nri Date: Thu, 20 Nov 2003 08:37:01 +0000 Subject: [PATCH] NRI : Splash is launched only if --gui option is defined. --- bin/runSalome.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2