modified environment file

master
SLW\ARNAUA 2023-06-06 15:11:06 +02:00
parent 7ad1e4ac64
commit 2982c77f2c
1 changed files with 1 additions and 1 deletions

View File

@ -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():