Skip to content

Commit

Permalink
Adjustment to new comment in gfs_tasks.py
Browse files Browse the repository at this point in the history
Resolves pycodestyle warning

Refs NOAA-EMC#2043
  • Loading branch information
KateFriedman-NOAA committed Nov 8, 2023
1 parent 58c6d67 commit f4beabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rocoto/gfs_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ def metp(self):
def arch(self):
deps = []
dependencies = []
if self.app_config.mode in ['cycled']: # Block for handling half cycle dependencies
if self.app_config.mode in ['cycled']: # Block for handling half cycle dependencies
if self.cdump in ['gfs']:
if self.app_config.do_vminmon:
dep_dict = {'type': 'task', 'name': f'{self.cdump}vminmon'}
Expand Down

0 comments on commit f4beabc

Please sign in to comment.