From: crouzet Date: Wed, 22 Sep 2021 14:21:54 +0000 (+0200) Subject: new sat variable to manage meshgems licence name X-Git-Tag: V9_9_0~25 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c076d3c094c90d169c67176998ffc0191b43aa78;p=tools%2Fsat.git new sat variable to manage meshgems licence name --- diff --git a/src/environment.py b/src/environment.py index 0699a3d..8da1705 100644 --- a/src/environment.py +++ b/src/environment.py @@ -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)