Skip to content

Commit bdc39fc

Browse files
l-espanaghisvail
andauthored
Fix typo
Co-authored-by: Ghislain Vaillant <[email protected]>
1 parent 7d5253e commit bdc39fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/freesurfer/longitudinal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ def _list_outputs(self):
434434

435435
def _is_resuming(self):
436436
subjects_dir = self.inputs.subjects_dir
437-
subject_id = f"{self.inputs.long_id}.long{self.inputs.base_id}"
437+
subject_id = f"{self.inputs.long_id}.long.{self.inputs.base_id}"
438438
if not isdefined(subjects_dir):
439439
subjects_dir = self._gen_subjects_dir()
440440
if os.path.isdir(os.path.join(subjects_dir, subject_id, "mri")):

0 commit comments

Comments
 (0)