We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75a61fd commit 3fa1af1Copy full SHA for 3fa1af1
qsiprep/interfaces/fmap.py
@@ -58,7 +58,7 @@
58
59
60
class _ParallelTOPUPInputSpec(TOPUPInputSpec):
61
- nthreads = traits.Int(argstr="--nthr %d", nohash=True, mandatory=False)
+ nthreads = traits.Int(argstr="--nthr=%d", nohash=True, mandatory=False)
62
63
64
class ParallelTOPUP(TOPUP):
0 commit comments