Skip to content

Commit 9c84405

Browse files
committed
fix typo
1 parent 89628d0 commit 9c84405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/dtitk/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ class SVResampleInputSpec(CommandLineInputSpec):
224224
argstr="-size %s")
225225
in_voxsz = traits.Str(desc='resampled voxel size', exists=True,
226226
mandatory=False, position=2, argstr="-vsize %s")
227-
= traits.Str(desc='output path', exists=True, mandatory=False,
227+
out_file = traits.Str(desc='output path', exists=True, mandatory=False,
228228
position=3, argstr="-out %s",
229229
name_source="in_file",
230230
name_template="%s_resampled.nii.gz")

0 commit comments

Comments
 (0)