Skip to content

Commit

Permalink
Merge pull request #203 from celprov/fix/typo_omp_thread
Browse files Browse the repository at this point in the history
FIX: typo in omp_threads
  • Loading branch information
oesteban authored Nov 27, 2023
2 parents 510ed0e + 8561277 commit c012e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dmriprep/cli/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ def parse_args(args=None, namespace=None):
build_log.warning(
"Per-process threads (--omp-nthreads=%d) exceed total "
"threads (--nthreads/--n_cpus=%d)",
config.nipype.omp_nthread,
config.nipype.omp_nthreads,
config.nipype.nprocs,
)

Expand Down

0 comments on commit c012e72

Please sign in to comment.