Skip to content

Commit db22cf4

Browse files
committed
Merge remote-tracking branch 'upstream/main' into remote-submission
2 parents 1822cab + 807a6fb commit db22cf4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sirocco/workgraph.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ def __init__(self, core_workflow: core.Workflow):
105105
for task in self._core_workflow.tasks:
106106
if isinstance(task, core.ShellTask):
107107
self._set_shelljob_arguments(task)
108-
self._set_shelljob_filenames(task)
109108

110109
# link wait on to workgraph tasks
111110
for task in self._core_workflow.tasks:

0 commit comments

Comments
 (0)