Skip to content

Commit

Permalink
modified workflow\rocoto\gefs_tasks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMFernando-NOAA committed Jan 28, 2025
1 parent fb7187c commit b4c3148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rocoto/gefs_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ def cleanup(self):
if self.options['do_archtar']:
dep_dict = {'type': 'task', 'name': 'gefs_arch_tars'}
deps.append(rocoto.add_dependency(dep_dict))
dependencies = rocoto.create_dependency(dep=deps)
dependencies = rocoto.create_dependency(dep=deps, dep_condition='and')
resources = self.get_resource('cleanup')
task_name = 'gefs_cleanup'
task_dict = {'task_name': task_name,
Expand Down

0 comments on commit b4c3148

Please sign in to comment.