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 c870166 commit 0d18f98Copy full SHA for 0d18f98
nipype/interfaces/io.py
@@ -2868,7 +2868,7 @@ def _add_output_traits(self, base):
2868
2869
class ExportFileInputSpec(BaseInterfaceInputSpec):
2870
in_file = File(exists=True, mandatory=True, desc='Input file name')
2871
- out_file = File(exists=False, desc='Output file name')
+ out_file = File(mandatory=True, 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')
2874
0 commit comments