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 fb5774b commit 10430efCopy full SHA for 10430ef
cwltool/job.py
@@ -460,7 +460,11 @@ def stderr_stdout_log_path(
460
with runtimeContext.workflow_eval_lock:
461
self.output_callback(outputs, processStatus)
462
463
- if self.stagedir is not None and os.path.exists(self.stagedir):
+ if (
464
+ runtimeContext.rm_tmpdir
465
+ and self.stagedir is not None
466
+ and os.path.exists(self.stagedir)
467
+ ):
468
_logger.debug(
469
"[job %s] Removing input staging directory %s",
470
self.name,
0 commit comments