Skip to content

Commit 8ce9971

Browse files
Peter Amstutzmr-c
authored andcommitted
Note when job outputs will be cached.
1 parent f26bbc7 commit 8ce9971

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cwltool/draft2tool.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ def run(self, **kwargs):
158158
yield CallbackJob(self, output_callback, cachebuilder, jobcache)
159159
return
160160
else:
161+
_logger.info("[job %s] Output of job will be cached in %s", jobname, jobcache)
161162
shutil.rmtree(jobcache, True)
162163
os.makedirs(jobcache)
163164
kwargs["outdir"] = jobcache

0 commit comments

Comments
 (0)