Skip to content

Commit 9234194

Browse files
authored
Merge pull request #884 from common-workflow-language/quiet-RO
Quiet --provenance output
2 parents 7903d09 + 55d18bc commit 9234194

File tree

2 files changed

+230
-272
lines changed

2 files changed

+230
-272
lines changed

cwltool/executors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def run_jobs(self,
156156
runtime_context.prov_obj.evaluate(
157157
process, job, job_order_object,
158158
runtime_context.make_fs_access,
159-
runtime_context)
159+
runtime_context.research_obj)
160160
runtime_context = runtime_context.copy()
161161
runtime_context.process_run_id = process_run_id
162162
job.run(runtime_context)

0 commit comments

Comments
 (0)