Skip to content

Commit

Permalink
update mdtf_framework.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmims committed Aug 14, 2024
1 parent cc33621 commit 01575c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdtf_framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def backup_config(config):
ctx.config = util.NameSpace()
# parse the runtime config file
ctx.config = cli.parse_config_file(configfile)
ctx.config = cli.verify_conda_envs(ctx.config)
ctx.config = cli.verify_conda_envs(ctx.config, configfile)
# Test ctx.config
# print(ctx.config.WORK_DIR)
ctx.config.CODE_ROOT = os.path.dirname(os.path.realpath(__file__))
Expand Down

0 comments on commit 01575c5

Please sign in to comment.