Skip to content

Commit b31d6ed

Browse files
committed
cleanups
1 parent fa643e4 commit b31d6ed

File tree

2 files changed

+123
-149
lines changed

2 files changed

+123
-149
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)