modified environment file
parent
7ad1e4ac64
commit
2982c77f2c
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Reference in New Issue