From 7a8894adf125753d325a6502d69d349e17a6b63c Mon Sep 17 00:00:00 2001 From: jfa Date: Thu, 28 Sep 2006 08:15:43 +0000 Subject: [PATCH] PAL10867: noexcepthandler option in GUI not working. Disable signals catching. --- bin/launchConfigureParser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/launchConfigureParser.py b/bin/launchConfigureParser.py index f1ae79eaa..981c51590 100755 --- a/bin/launchConfigureParser.py +++ b/bin/launchConfigureParser.py @@ -437,7 +437,7 @@ if 't' in cmd_opts: pass if args[except_nam] == 1: - os.environ["DISABLE_FPE"] = "1" + os.environ["NOT_INTERCEPT_SIGNALS"] = "1" pass # now modify SalomeAppConfig environment variable -- 2.39.2