Skip to content

Commit

Permalink
correct pynorms violation (NOAA-EMC#2415)
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed Aug 19, 2024
1 parent dd05d39 commit b34013a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/python/pygfs/task/atmens_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def finalize(self: Analysis) -> None:

# get list of yamls to cop to ROTDIR
yamls = glob.glob(os.path.join(self.task_config.DATA, '*atmens*yaml'))

# copy full YAML from executable to ROTDIR
for src in yamls:
logger.info(f"Copying {src} to {self.task_config.COM_ATMOS_ANALYSIS_ENS}")
Expand Down

0 comments on commit b34013a

Please sign in to comment.