Skip to content

Commit af86b3d

Browse files
committed
typo
1 parent 6ba918c commit af86b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smriprep/workflows/surfaces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ def init_surface_recon_wf(
273273
('subject_id', 'subject_id')]),
274274
(autorecon1, skull_strip_extern, [
275275
('subjects_dir', 'subjects_dir'),
276-
('subject_id', 'subject_id')]),
276+
('subject_id', 'subject_id')]),
277277
(skull_strip_extern, autorecon_resume_wf, [
278278
('subjects_dir', 'inputnode.subjects_dir'),
279279
('subject_id', 'inputnode.subject_id')]),

0 commit comments

Comments
 (0)