Skip to content

Commit

Permalink
fix: typo in omp_threads
Browse files Browse the repository at this point in the history
  • Loading branch information
celprov committed Sep 23, 2023
1 parent 510ed0e commit 8561277
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 8561277

Please sign in to comment.