Skip to content

Commit 3ee2cef

Browse files
authored
Merge pull request #1 from adtyap26/master
modify checkcpu.py
2 parents b461162 + 5e2c61e commit 3ee2cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-scripts/checkcpu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
import multiprocessing
77

88
cpu_count = multiprocessing.cpu_count()
9-
print cpu_count
9+
print (cpu_count)

0 commit comments

Comments
 (0)