Skip to content

Commit bfdee2b

Browse files
authored
FIX: Restore mandatory=True [skip ci]
1 parent 574bd36 commit bfdee2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/interfaces/mrtrix3/preprocess.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class DWIDenoiseInputSpec(MRTrix3BaseInputSpec):
1616
exists=True,
1717
argstr='%s',
1818
position=-2,
19+
mandatory=True,
1920
desc='input DWI image')
2021
mask = File(
2122
exists=True,

0 commit comments

Comments
 (0)