Skip to content

Commit 8d797ad

Browse files
committed
FIX: Subjects directory should not include subject id
1 parent 0a5f2a7 commit 8d797ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabies/interfaces/mcribs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,6 @@ def _list_outputs(self):
213213
dst = Path(self.inputs.subjects_dir) / self.inputs.subject_id
214214
if not dst.exists():
215215
shutil.copytree(mcribs_fs, dst)
216-
outputs['subjects_dir'] = str(dst)
216+
outputs['subjects_dir'] = self.inputs.subjects_dir
217217

218218
return outputs

0 commit comments

Comments
 (0)