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 05b3276 commit ad21bceCopy full SHA for ad21bce
cwltool/executors.py
@@ -97,7 +97,7 @@ def execute(self,
97
path_mapper=runtime_context.path_mapper)
98
99
if runtime_context.rm_tmpdir:
100
- cleanIntermediate(filter(lambda x: x != runtime_context.cachedir, self.output_dirs))
+ cleanIntermediate(filter(lambda x: not x.startswith(runtime_context.cachedir), self.output_dirs))
101
102
if self.final_output and self.final_status:
103
0 commit comments