Skip to content

Commit 89628d0

Browse files
committed
fixed typo
1 parent 948811f commit 89628d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/dtitk/registration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ class diffeoScalarVolInputSpec(CommandLineInputSpec):
348348
position=2, argstr="-trans %s")
349349
in_target = traits.Str(desc='', exists=True, mandatory=False, position=3,
350350
argstr="-target %s")
351-
= traits.Str(desc='', position=1, argstr="-out %s",
351+
out_file = traits.Str(desc='', position=1, argstr="-out %s",
352352
name_source="in_volume",
353353
name_template="%s_diffeoxfmd.nii.gz")
354354
in_vsize = traits.Str(desc='', exists=True, mandatory=False, position=4,

0 commit comments

Comments
 (0)