Skip to content

Commit bdf9711

Browse files
UbuntuFarahZKhan
authored andcommitted
make sure input files are not copies in snapshot
1 parent 4617415 commit bdf9711

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
@@ -662,10 +662,10 @@ def loc_to_path(obj):
662662
prov_dep = prov_dependencies[1]
663663
assert prov_dep
664664
runtimeContext.research_obj.generate_snapshot(prov_dep)
665-
#for input file dependencies
666-
if input_for_prov:
667-
runtimeContext.research_obj.generate_snapshot(input_for_prov)
668665
#NOTE: keep these commented out lines to evaluate tests later
666+
#for input file dependencies
667+
#if input_for_prov:
668+
#runtimeContext.research_obj.generate_snapshot(input_for_prov)
669669
#if job_order_object:
670670
#runtimeContext.research_obj.generate_snapshot(job_order_object)
671671

0 commit comments

Comments
 (0)