From 30e94147806de2019f142344be4e4163080fd23e Mon Sep 17 00:00:00 2001 From: crouzet Date: Fri, 24 Nov 2017 09:16:07 +0100 Subject: [PATCH] bug correction : change a comment used by salome launcher... --- src/environment.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/environment.py b/src/environment.py index d61eb52..c69f377 100644 --- a/src/environment.py +++ b/src/environment.py @@ -335,7 +335,9 @@ class SalomeEnviron: # Set the variables defined in the "environ" section if 'environ' in self.cfg.APPLICATION: - self.add_comment("APPLICATION environment") + # we write PRODUCT environment it in order to conform to + # parseConfigFile.py + self.add_comment("PRODUCT environment") self.load_cfg_environment(self.cfg.APPLICATION.environ) if self.forBuild and "build" in self.cfg.APPLICATION.environ: self.load_cfg_environment(self.cfg.APPLICATION.environ.build) -- 2.39.2