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 <136389411+maddenp-noaa@users.noreply.github.com>
  • Loading branch information
WeirAE and maddenp-noaa authored Feb 28, 2024
1 parent b259538 commit 0d5f4fe
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 @@ -57,7 +57,7 @@ def log_and_error(msg: str) -> Exception:

def represent_namelist(dumper: yaml.Dumper, data: f90nml.Namelist) -> yaml.nodes.MappingNode:
"""
Convert f90 Namelist objects to ordered dicts and serialize.
Convert f90nml Namelist to OrderedDict and serialize.
:param dumper: The YAML dumper.
:param data: The f90nml Namelist to serialize.
Expand Down

0 comments on commit 0d5f4fe

Please sign in to comment.