From c076d3c094c90d169c67176998ffc0191b43aa78 Mon Sep 17 00:00:00 2001 From: crouzet Date: Wed, 22 Sep 2021 16:21:54 +0200 Subject: [PATCH] new sat variable to manage meshgems licence name --- src/environment.py | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.2