From e24c8d94b2253b50871c9807513bdb79560171ff Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Wed, 7 Feb 2024 16:11:11 +0100 Subject: [PATCH] [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. --- bin/salomeContext.py | 5 ----- 1 file changed, 5 deletions(-) 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() -- 2.30.2