Skip to content

Commit c600100

Browse files
committed
DOC: Fix build of FreeSurfer workflow graph
1 parent 6a9db81 commit c600100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

niworkflows/anat/freesurfer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def init_gifti_surface_wf(
3636
:simple_form: yes
3737
3838
from niworkflows.anat.freesurfer import init_gifti_surface_wf
39-
wf = init_gifti_surface_wf()
39+
wf = init_gifti_surface_wf(subjects_dir="/tmp")
4040
4141
Parameters
4242
----------

0 commit comments

Comments
 (0)