Skip to content

Commit

Permalink
Further resolve PEP8 errors
Browse files Browse the repository at this point in the history
Refs #1908
  • Loading branch information
KateFriedman-NOAA committed Nov 2, 2023
1 parent 1fccd1c commit e3cfdac
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 @@ -986,7 +986,7 @@ def arch(self):
dep_dict = {'type': 'metatask', 'name': f'{self.cdump}post'}
deps.append(rocoto.add_dependency(dep_dict))

dependencies = rocoto.create_dependency(dep_condition='and', dep = deps + dependencies)
dependencies = rocoto.create_dependency(dep_condition='and', dep=deps + dependencies)

cycledef = 'gdas_half,gdas' if self.cdump in ['gdas'] else self.cdump

Expand Down

0 comments on commit e3cfdac

Please sign in to comment.