Skip to content

Commit 26bf3af

Browse files
committed
Revert argstr to use %d
1 parent 0c1a4cd commit 26bf3af

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

nipype/interfaces/mrtrix3/reconst.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,9 @@ class EstimateFODInputSpec(MRTrix3BaseInputSpec):
119119
traits.Int,
120120
value=[8],
121121
usedefault=True,
122-
argstr='-lmax %s',
122+
argstr='-lmax %d',
123123
sep=',',
124-
desc=('maximum harmonic degree of response function - single value for '
125-
'single-shell response, list for multi-shell response'))
124+
desc=('maximum harmonic degree of response function - single value for single-shell response, list for multi-shell response'))
126125
in_dirs = File(
127126
exists=True,
128127
argstr='-directions %s',

0 commit comments

Comments
 (0)