We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29d3cb4 commit 4ff9bbfCopy full SHA for 4ff9bbf
nipype/interfaces/io.py
@@ -3005,7 +3005,9 @@ class ExportFileInputSpec(BaseInterfaceInputSpec):
3005
in_file = File(exists=True, mandatory=True, desc="Input file name")
3006
out_file = File(mandatory=True, desc="Output file name")
3007
check_extension = traits.Bool(
3008
- True, desc="Ensure that the input and output file extensions match"
+ True,
3009
+ usedefault=True,
3010
+ desc="Ensure that the input and output file extensions match",
3011
)
3012
clobber = traits.Bool(desc="Permit overwriting existing files")
3013
0 commit comments