Skip to content

Commit 1e37816

Browse files
committed
fix fmri_spm_nested
1 parent 3fbb325 commit 1e37816

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/fmri_spm_nested.py

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
6262
"""
6363
def _template_path(in_data):
64+
import os.path as op
6465
return op.abspath(op.join(in_data, 'nipype-tutorial/data/T1.nii'))
6566

6667

0 commit comments

Comments
 (0)