Skip to content

Commit 3b89ca8

Browse files
committed
STY: black
1 parent 8dd46d3 commit 3b89ca8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nipype/interfaces/dcm2nii.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,9 @@ class Dcm2niixInputSpec(CommandLineInputSpec):
329329
desc="Gzip compress images - [y=pigz, i=internal, n=no, 3=no,3D]",
330330
)
331331
merge_imgs = traits.Enum(
332-
0, 1, 2,
332+
0,
333+
1,
334+
2,
333335
argstr="-m %d",
334336
desc="merge 2D slices from same series regardless of echo, exposure, etc. - [0=no, 1=yes, 2=auto]",
335337
)

0 commit comments

Comments
 (0)