Skip to content

Commit

Permalink
correct whitespace error caught by pycodestyle (#1799)
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed Aug 18, 2023
1 parent 51200a0 commit 3628bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/python/pygfs/task/atm_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def initialize(self: Analysis) -> None:
if self.task_config.DOHYBVAR:
logger.debug(f"Stage ensemble files for DOHYBVAR {self.task_config.DOHYBVAR}")
self.task_config.RUN = 'enkf' + self.task_config.RUN
self.task_config.dirname ='ens'
self.task_config.dirname = 'ens'
FileHandler(self.get_fv3ens_dict(self.task_config)).sync()

# stage backgrounds
Expand Down

0 comments on commit 3628bf1

Please sign in to comment.