Skip to content

Commit

Permalink
try to fix something
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryMartin-NOAA committed Nov 14, 2024
1 parent d6b6964 commit 0c2e80a
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 @@ -591,7 +591,7 @@ def esnowanl(self):
deps = []
dep_dict = {'type': 'metatask', 'name': f'{self.run}_epmn', 'offset': f"-{timedelta_to_HMS(self._base['interval_gdas'])}"}
deps.append(rocoto.add_dependency(dep_dict))
dep_dict = {'type': 'task', 'name': f'{self.run.replace('enkf', '')}_prep'}
dep_dict = {'type': 'task', 'name': f"{self.run.replace('enkf', '')}_prep"}
deps.append(rocoto.add_dependency(dep_dict))
dependencies = rocoto.create_dependency(dep_condition='and', dep=deps)

Expand Down

0 comments on commit 0c2e80a

Please sign in to comment.