We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd195a commit c870166Copy full SHA for c870166
nipype/interfaces/io.py
@@ -2867,7 +2867,7 @@ def _add_output_traits(self, base):
2867
2868
2869
class ExportFileInputSpec(BaseInterfaceInputSpec):
2870
- in_file = File(exists=True, desc='Input file name')
+ in_file = File(exists=True, mandatory=True, desc='Input file name')
2871
out_file = File(exists=False, desc='Output file name')
2872
check_extension = traits.Bool(False, desc='Ensure that the input and output file extensions match')
2873
clobber = traits.Bool(desc='Permit overwriting existing files')
0 commit comments