Skip to content

Commit 9bd195a

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

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
@@ -2870,7 +2870,7 @@ class ExportFileInputSpec(BaseInterfaceInputSpec):
28702870
in_file = File(exists=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')
2873-
clobber = traits.Bool(False, desc='Permit overwriting existing files')
2873+
clobber = traits.Bool(desc='Permit overwriting existing files')
28742874

28752875

28762876
class ExportFileOutputSpec(TraitedSpec):

0 commit comments

Comments
 (0)