Salome HOME
new sat variable to manage meshgems licence name
authorcrouzet <nicolas.crouzet@cea.fr>
Wed, 22 Sep 2021 14:21:54 +0000 (16:21 +0200)
committercrouzet <nicolas.crouzet@cea.fr>
Wed, 22 Sep 2021 14:21:54 +0000 (16:21 +0200)
src/environment.py

index 0699a3d1ece9cf32b450ac025f0a9093ef4217b9..8da1705504bb0f7cc5ee867891c2a4e1370b236a 100644 (file)
@@ -919,6 +919,7 @@ class FileEnvWriter:
         :return: The path to the generated file
         :rtype: str
         """
+        additional_env["sat_dist"]=self.config.VARS.dist
         if not self.silent:
             self.logger.write(_("Create environment file %s\n") % 
                               src.printcolors.printcLabel(filename), 3)