Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywinterbottom-wxdev committed Dec 6, 2023
1 parent 39fe9e0 commit 51d1a04
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 @@ -970,7 +970,7 @@ def gempakncdcupapgif(self):

def gempakpgrb2spec(self):
deps = []
dep_dict = {'type': 'metatask', 'name': f'{self.cdump}npoess_pgrb2_0p5deg'}
dep_dict = {'type': 'task', 'name': f'{self.cdump}npoess_pgrb2_0p5deg'}
dependencies = rocoto.create_dependency(dep=deps)

resources = self.get_resource('gempak')
Expand Down

0 comments on commit 51d1a04

Please sign in to comment.