From: Anthony Geay Date: Wed, 7 Feb 2024 15:11:11 +0000 (+0100) Subject: [EDF29322] Revert "[EDF] Taking SALOME launcher options into account through environm... X-Git-Tag: emc2p_1.6.0-rc1~5 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fkernel.git;a=commitdiff_plain;h=e24c8d94b2253b50871c9807513bdb79560171ff [EDF29322] Revert "[EDF] Taking SALOME launcher options into account through environment variable SALOME_OPTIONS" This reverts commit a6f674a77ba0d967c16f9fb118fbae9faa5b1e2a. Decision to not impact new launch mode but rather impact the old style approach. --- diff --git a/bin/salomeContext.py b/bin/salomeContext.py index 4a40e68de..cdb42c77b 100755 --- a/bin/salomeContext.py +++ b/bin/salomeContext.py @@ -288,11 +288,6 @@ class SalomeContext: command, options = self.__parseArguments(args) sys.argv = options - # append option from env var SALOME_OPTIONS if it's available - if os.getenv("SALOME_OPTIONS"): - option_from_env = os.getenv("SALOME_OPTIONS").split(' ') - sys.argv += option_from_env - if command is None: if args and args[0] in ["-h","--help","help"]: usage()