Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed May 14, 2024
1 parent f7f7d74 commit 83419d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ostap/utils/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ def copy_file ( source , destination , progress = False ) :
from os import cpu_count as numcpu
else :
## Get number of cores/CPUs
from multtipricessing import cpu_count as numcpu
from multiprocessing import cpu_count as numcpu

# =============================================================================
if __name__ == '__main__' :
Expand Down

0 comments on commit 83419d5

Please sign in to comment.