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 1b083f1 commit 9bd195aCopy full SHA for 9bd195a
nipype/interfaces/io.py
@@ -2870,7 +2870,7 @@ class ExportFileInputSpec(BaseInterfaceInputSpec):
2870
in_file = File(exists=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(False, desc='Permit overwriting existing files')
+ clobber = traits.Bool(desc='Permit overwriting existing files')
2874
2875
2876
class ExportFileOutputSpec(TraitedSpec):
0 commit comments