Skip to content

Commit 7a3c7f6

Browse files
stilley2effigies
andauthored
Update nipype/interfaces/io.py
Co-Authored-By: Chris Markiewicz <[email protected]>
1 parent 7ed854f commit 7a3c7f6

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
>>> ef.inputs.in_file = "T1.nii.gz"
28942894
>>> os.mkdir("output_folder")
28952895
>>> ef.inputs.out_file = op.abspath("output_folder/sub1_out.nii.gz")
2896-
>>> ef.run()
2896+
>>> res = ef.run()
28972897
28982898
"""
28992899
input_spec = ExportFileInputSpec

0 commit comments

Comments
 (0)