From 5d353c66c6f7c654d6cb665f99546405cbbd3733 Mon Sep 17 00:00:00 2001 From: Serge Rehbinder Date: Thu, 22 Sep 2016 09:06:59 +0200 Subject: [PATCH] bug fix: environment genration --- src/environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2