Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewEichmann-NOAA committed Sep 19, 2024
1 parent 398ec22 commit f314c2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ush/python/pygfs/utils/marine_da_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,5 @@ def stage_ens_mem(task_config: AttrDict) -> None:
logger.debug(f"{jinja.Jinja(task_config.MARINE_ENSDA_STAGE_BKG_YAML_TMPL, ensbkgconf).render}")
letkf_stage_list = parse_j2yaml(task_config.MARINE_ENSDA_STAGE_BKG_YAML_TMPL, ensbkgconf)
logger.info(f"{letkf_stage_list}")
FileHandler(letkf_stage_list).sync()
FileHandler(letkf_stage_list).sync()

0 comments on commit f314c2a

Please sign in to comment.