We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c82b279 commit c52cf92Copy full SHA for c52cf92
nipype/interfaces/freesurfer/preprocess.py
@@ -1582,7 +1582,7 @@ def _list_outputs(self):
1582
subject_id = f"{self.inputs.longitudinal_timepoint_id}.long.{self.inputs.longitudinal_template_id}"
1583
outputs.update(
1584
FreeSurferSource(
1585
- subject_id=subject_id, subjects_id=subjects_dir, hemi=hemi
+ subject_id=subject_id, subjects_dir=subjects_dir, hemi=hemi
1586
)._list_outputs()
1587
)
1588
outputs["subject_id"] = subject_id
0 commit comments