Skip to content

Commit 6ab212f

Browse files
author
Ubuntu
committed
make sure input files are not copies in snapshot
1 parent e4a5268 commit 6ab212f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cwltool/main.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -661,10 +661,10 @@ def loc_to_path(obj):
661661
prov_dep = prov_dependencies[1]
662662
assert prov_dep
663663
runtimeContext.research_obj.generate_snapshot(prov_dep)
664-
#for input file dependencies
665-
if input_for_prov:
666-
runtimeContext.research_obj.generate_snapshot(input_for_prov)
667664
#NOTE: keep these commented out lines to evaluate tests later
665+
#for input file dependencies
666+
#if input_for_prov:
667+
#runtimeContext.research_obj.generate_snapshot(input_for_prov)
668668
#if job_order_object:
669669
#runtimeContext.research_obj.generate_snapshot(job_order_object)
670670

0 commit comments

Comments
 (0)