Skip to content

Commit c870166

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

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

28682868

28692869
class ExportFileInputSpec(BaseInterfaceInputSpec):
2870-
in_file = File(exists=True, desc='Input file name')
2870+
in_file = File(exists=True, mandatory=True, desc='Input file name')
28712871
out_file = File(exists=False, 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')

0 commit comments

Comments
 (0)