Skip to content

Commit a1ea55a

Browse files
author
Lionel Butry
committed
fixed comma
1 parent 984b7e8 commit a1ea55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/mrtrix3/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1205,7 +1205,7 @@ class MaskFilterInputSpec(CommandLineInputSpec):
12051205
name_source=["input_image"],
12061206
mandatory=True,
12071207
argstr="%s",
1208-
position=-1
1208+
position=-1,
12091209
desc="Output mask"
12101210
)
12111211
npass = traits.Int(

0 commit comments

Comments
 (0)