Skip to content

Commit

Permalink
Update util.load_config_file() function call in prepare_project()
Browse files Browse the repository at this point in the history
  • Loading branch information
RichieHakim committed Jan 24, 2024
1 parent 1bbbde6 commit cfdd1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion face_rhythm/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def _create_config_file():
_create_config_file()
elif update_project_paths:
print(f'FR: Updating project paths in config.yaml file at {path_config}') if verbose > 0 else None
config = load_config_file(path_config)
config = util.load_config_file(path_config)
config['paths']['project'] = directory_project
config['paths']['config'] = path_config
config['paths']['run_info'] = path_run_info
Expand Down

0 comments on commit cfdd1ac

Please sign in to comment.