From 2982c77f2c426ad5bcf5df6f46618f23f0e35283 Mon Sep 17 00:00:00 2001 From: "SLW\\ARNAUA" Date: Tue, 6 Jun 2023 15:11:06 +0200 Subject: [PATCH] modified environment file --- export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/export.py b/export.py index 812aa40..1fdb43e 100644 --- a/export.py +++ b/export.py @@ -56,7 +56,7 @@ if __name__ == "__main__": str(tf_config.get('executable'))) timestamp = time.strftime("%Y%m%d-%H%M%S") - with open(os.path.basename("./env-configuration.yaml")) as env_cfg: + with open(os.path.basename("./env-config.yaml")) as env_cfg: env_config = yaml.safe_load(env_cfg) for item, doc in env_config.items():