Skip to content

Commit 0d18f98

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

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
@@ -2868,7 +2868,7 @@ def _add_output_traits(self, base):
28682868

28692869
class ExportFileInputSpec(BaseInterfaceInputSpec):
28702870
in_file = File(exists=True, mandatory=True, desc='Input file name')
2871-
out_file = File(exists=False, desc='Output file name')
2871+
out_file = File(mandatory=True, desc='Output file name')
28722872
check_extension = traits.Bool(False, desc='Ensure that the input and output file extensions match')
28732873
clobber = traits.Bool(desc='Permit overwriting existing files')
28742874

0 commit comments

Comments
 (0)