Skip to content

Commit c012e72

Browse files
authored
Merge pull request #203 from celprov/fix/typo_omp_thread
FIX: typo in omp_threads
2 parents 510ed0e + 8561277 commit c012e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dmriprep/cli/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ def parse_args(args=None, namespace=None):
461461
build_log.warning(
462462
"Per-process threads (--omp-nthreads=%d) exceed total "
463463
"threads (--nthreads/--n_cpus=%d)",
464-
config.nipype.omp_nthread,
464+
config.nipype.omp_nthreads,
465465
config.nipype.nprocs,
466466
)
467467

0 commit comments

Comments
 (0)