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 7d5253e commit bdc39fcCopy full SHA for bdc39fc
nipype/interfaces/freesurfer/longitudinal.py
@@ -434,7 +434,7 @@ def _list_outputs(self):
434
435
def _is_resuming(self):
436
subjects_dir = self.inputs.subjects_dir
437
- subject_id = f"{self.inputs.long_id}.long{self.inputs.base_id}"
+ subject_id = f"{self.inputs.long_id}.long.{self.inputs.base_id}"
438
if not isdefined(subjects_dir):
439
subjects_dir = self._gen_subjects_dir()
440
if os.path.isdir(os.path.join(subjects_dir, subject_id, "mri")):
0 commit comments