We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 847b423 commit 4d2d260Copy full SHA for 4d2d260
nipype/interfaces/mrtrix3/reconst.py
@@ -119,7 +119,7 @@ class EstimateFODInputSpec(MRTrix3BaseInputSpec):
119
traits.Int,
120
value=[8],
121
usedefault=True,
122
- argstr='-lmax %d',
+ argstr='-lmax %s',
123
sep=',',
124
desc=('maximum harmonic degree of response function - single value for single-shell response, list for multi-shell response'))
125
in_dirs = File(
0 commit comments