Skip to content

Commit

Permalink
fix: return not returning a boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin authored Jan 12, 2024
1 parent c37a416 commit c227865
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vanilla_installer/core/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ def is_cpu_enough() -> bool:
shell=True, stdout=subprocess.PIPE).stdout\
.read().decode()
Systeminfo.cpu = (int(proc1) * int(proc2)) > 2

return Systeminfo.cpu

0 comments on commit c227865

Please sign in to comment.