Skip to content

Commit 4d2d260

Browse files
Update nipype/interfaces/mrtrix3/reconst.py - change back to %s
Co-Authored-By: Chris Markiewicz <[email protected]>
1 parent 847b423 commit 4d2d260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/mrtrix3/reconst.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class EstimateFODInputSpec(MRTrix3BaseInputSpec):
119119
traits.Int,
120120
value=[8],
121121
usedefault=True,
122-
argstr='-lmax %d',
122+
argstr='-lmax %s',
123123
sep=',',
124124
desc=('maximum harmonic degree of response function - single value for single-shell response, list for multi-shell response'))
125125
in_dirs = File(

0 commit comments

Comments
 (0)