Skip to content

Commit 84a40e1

Browse files
committed
Removed unnecessary usedefault.
1 parent e72b9dd commit 84a40e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/ants/resampling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class WarpImageMultiTransformInputSpec(ANTSCommandInputSpec):
106106
input_image = File(argstr='%s', mandatory=True,
107107
desc=('image to apply transformation to (generally a '
108108
'coregistered functional)'), position=2)
109-
output_image = File(genfile=True, usedefault=True, hash_files=False, argstr='%s',
109+
output_image = File(genfile=True, hash_files=False, argstr='%s',
110110
desc=('name of the output warped image'), position = 3, xor=['out_postfix'])
111111
out_postfix = File("_wimt", usedefault=True, hash_files=False,
112112
desc=('Postfix that is prepended to all output '

0 commit comments

Comments
 (0)