We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc813b5 commit ec6eefbCopy full SHA for ec6eefb
nipype/interfaces/fsl/epi.py
@@ -484,7 +484,7 @@ def _num_threads_update(self):
484
if 'OMP_NUM_THREADS' in self.inputs.environ:
485
del self.inputs.environ['OMP_NUM_THREADS']
486
else:
487
- self.inputs.environ['OMP_NUM_THREADS'] = self.inputs.num_threads
+ self.inputs.environ['OMP_NUM_THREADS'] = str(self.inputs.num_threads)
488
489
def _format_arg(self, name, spec, value):
490
if name == 'in_topup_fieldcoef':
0 commit comments