Skip to content

Commit

Permalink
Fix error introduced when trying to please linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mkavulich committed Nov 1, 2024
1 parent c101eb0 commit eca0ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/create_ufs_configure_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@ def _parse_args(argv):
args = _parse_args(sys.argv[1:])
conf = load_yaml_config(args.path_to_defns)
confg = flatten_dict(conf)
create_ufs_configure_file(run_dir=args.run_dir,cfg=conf)
create_ufs_configure_file(run_dir=args.run_dir,cfg=confg)

0 comments on commit eca0ec4

Please sign in to comment.