Skip to content

Commit

Permalink
Fix indentation for repair_replay task
Browse files Browse the repository at this point in the history
  • Loading branch information
EricSinsky-NOAA committed Oct 15, 2024
1 parent 44c9279 commit 9db297a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions workflow/applications/gefs.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ def _get_app_configs(self):
"""
Returns the config_files that are involved in gefs
"""
configs = ['stage_ic', 'fcst', 'repair_replay', 'atmos_products', 'arch', 'cleanup']
configs = ['stage_ic', 'fcst', 'atmos_products', 'arch', 'cleanup']

if self.nens > 0:
configs += ['efcs', 'atmos_ensstat']

if self.do_repair_replay:
configs += ['repair_replay']
if self.do_repair_replay:
configs += ['repair_replay']

if self.do_wave:
configs += ['waveinit', 'wavepostsbs', 'wavepostpnt']
Expand Down

0 comments on commit 9db297a

Please sign in to comment.