Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed May 1, 2024
1 parent f788e6f commit 13acc22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/python/pygfs/task/archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def configure(self, arch_dict: Dict[str, Any]) -> (Dict[str, Any], List[Dict[str
else:
raise ValueError(f"FATAL ERROR: Archiving is not enabled for {arch_dict.RUN} runs")

parsed_sets = parse_j2yaml(os.path.join(archive_parm,master_yaml), arch_dict)
parsed_sets = parse_j2yaml(os.path.join(archive_parm, master_yaml), arch_dict)

atardir_sets = []

Expand Down

0 comments on commit 13acc22

Please sign in to comment.