Skip to content

Commit fe3dd07

Browse files
stilley2effigies
andauthored
Update nipype/interfaces/io.py
Co-Authored-By: Chris Markiewicz <effigies@gmail.com>
1 parent 4246b02 commit fe3dd07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2893,7 +2893,7 @@ class ExportFile(SimpleInterface):
28932893
28942894
>>> from nipype.interfaces.io import ExportFile
28952895
>>> import os.path as op
2896-
>>> ef = Node(ExportFile(), "export")
2896+
>>> ef = ExportFile()
28972897
>>> ef.inputs.in_file = "temporary_file.nii.gz"
28982898
>>> ef.inputs.out_file = op.abspath("output_folder/sub1_out.nii.gz")
28992899
>>> ef.run()

0 commit comments

Comments
 (0)