We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 741f4e5 commit e79d1a0Copy full SHA for e79d1a0
cwltool/job.py
@@ -439,7 +439,7 @@ def stderr_stdout_log_path(
439
with runtimeContext.workflow_eval_lock:
440
self.output_callback(outputs, processStatus)
441
442
- if self.stagedir is not None and os.path.exists(self.stagedir):
+ if runtimeContext.rm_tmpdir and self.stagedir is not None and os.path.exists(self.stagedir):
443
_logger.debug(
444
"[job %s] Removing input staging directory %s",
445
self.name,
0 commit comments