Skip to content

Commit

Permalink
Update src/uwtools/config/support.py
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Madden <[email protected]>
  • Loading branch information
WeirAE and maddenp-noaa authored Feb 28, 2024
1 parent 0c4a8af commit 4804996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uwtools/config/support.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def represent_namelist(dumper: yaml.Dumper, data: f90nml.Namelist) -> yaml.nodes
# Convert the f90nml Namelist to an ordered dictionary
namelist_dict = data.todict()

# Represent the dictionary as a YAML mapping
# Represent the OrderedDict as a YAML mapping.
return dumper.represent_mapping("tag:yaml.org,2002:map", namelist_dict)


Expand Down

0 comments on commit 4804996

Please sign in to comment.