Skip to content

Commit

Permalink
Address the reviewer comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaruidong2017 committed Aug 18, 2023
1 parent 4e22b5a commit 696fbf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ush/python/pygfs/task/land_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,8 @@ def finalize(self) -> None:
self.tgz_diags(statfile, self.task_config.DATA)

logger.info("Copy full YAML to COM")
src = os.path.join(self.task_config['DATA'], f"{self.task_config['CDUMP']}.t{self.runtime_config['cyc']:02d}z.letkfoi.yaml")
dest = os.path.join(self.task_config.COM_CONF, f"{self.task_config['CDUMP']}.t{self.runtime_config['cyc']:02d}z.letkfoi.yaml")
src = os.path.join(self.task_config['DATA'], f"{self.task_config.APREFIX}letkfoi.yaml")
dest = os.path.join(self.task_config.COM_CONF, f"{self.task_config.APREFIX}letkfoi.yaml")
yaml_copy = {
'mkdir': [self.task_config.COM_CONF],
'copy': [[src, dest]]
Expand Down

0 comments on commit 696fbf1

Please sign in to comment.