From: Serge Rehbinder Date: Thu, 22 Sep 2016 07:06:59 +0000 (+0200) Subject: bug fix: environment genration X-Git-Tag: 5.0.0a1~104 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5d353c66c6f7c654d6cb665f99546405cbbd3733;p=tools%2Fsat.git bug fix: environment genration --- diff --git a/src/environment.py b/src/environment.py index 35e3c15..4d0df98 100644 --- a/src/environment.py +++ b/src/environment.py @@ -667,7 +667,7 @@ class FileEnvWriter: env.set_application_env(self.logger) # The list of products to launch - lProductsName = env.get_names(self.cfg.APPLICATION.products.keys()) + lProductsName = env.get_names(self.config.APPLICATION.products.keys()) env.set( "SALOME_MODULES", ','.join(lProductsName)) # set the products