Skip to content

Commit 1f57d1e

Browse files
Correct ref config
1 parent 094a51f commit 1f57d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/run_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def run_ref(self, data_desc: DataDescriptor, ref: dict):
8282
self.file_srv.write_config2csv(ref, os.path.join(conf_dir, CONFIG_CSV))
8383

8484
# subject-level
85-
workflow = self.workflow_srv.build_subject_workflow(ref, data_desc, name)
85+
workflow = self.workflow_srv.build_subject_workflow(ref, subjects, data_desc, name)
8686
self.workflow_srv.run(workflow, conf_dir)
8787

8888
if total_subs > 1:

0 commit comments

Comments
 (0)