Skip to content

Commit

Permalink
STY: black
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jul 5, 2023
1 parent 8dd46d3 commit 3b89ca8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nipype/interfaces/dcm2nii.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,9 @@ class Dcm2niixInputSpec(CommandLineInputSpec):
desc="Gzip compress images - [y=pigz, i=internal, n=no, 3=no,3D]",
)
merge_imgs = traits.Enum(
0, 1, 2,
0,
1,
2,
argstr="-m %d",
desc="merge 2D slices from same series regardless of echo, exposure, etc. - [0=no, 1=yes, 2=auto]",
)
Expand Down

0 comments on commit 3b89ca8

Please sign in to comment.