Skip to content

Commit a26c6b1

Browse files
author
Lionel Butry
committed
fixed comma
1 parent 20c0995 commit a26c6b1

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
@@ -1343,7 +1343,7 @@ class Generate5tt2gmwmiInputSpec(MRTrix3BaseInputSpec):
13431343
desc="the input 5TT segmented anatomical image",
13441344
)
13451345
mask_out = File(
1346-
"mask_gmwmi.mif"
1346+
"mask_gmwmi.mif",
13471347
argstr="%s",
13481348
mandatory=True,
13491349
position=-1,

0 commit comments

Comments
 (0)