Skip to content

Commit e72b9dd

Browse files
committed
fixed typo in a file name
1 parent 8ef0aa2 commit e72b9dd

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
@@ -168,7 +168,7 @@ class WarpImageMultiTransform(ANTSCommand):
168168
output_spec = WarpImageMultiTransformOutputSpec
169169

170170
def _gen_filename(self, name):
171-
if name == 'out_file':
171+
if name == 'output_image':
172172
_, name, ext = split_filename(os.path.abspath(self.inputs.input_image))
173173
return ''.join((name, self.inputs.out_postfix, ext))
174174
return None

0 commit comments

Comments
 (0)