Skip to content

Commit 53354ec

Browse files
committed
Revert "Retain "outdir" in WorkflowJob.job."
This reverts commit dd77756.
1 parent 2dc536d commit 53354ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cwltool/workflow.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,9 @@ def job(self, joborder, output_callback, **kwargs):
361361
self.state = {}
362362
self.processStatus = "success"
363363

364+
if "outdir" in kwargs:
365+
del kwargs["outdir"]
366+
364367
for e, i in enumerate(self.tool["inputs"]):
365368
with SourceLine(self.tool["inputs"], e, WorkflowException, _logger.isEnabledFor(logging.DEBUG)):
366369
iid = shortname(i["id"])

0 commit comments

Comments
 (0)