Fix Python warning spam (#17162)
This commit is contained in:
parent
f6c378835b
commit
98aa4bbd43
1 changed files with 1 additions and 1 deletions
|
|
@ -335,7 +335,7 @@ def check_font(font="Arial.ttf"):
|
||||||
return file
|
return file
|
||||||
|
|
||||||
|
|
||||||
def check_python(minimum: str = "3.8.0", hard: bool = True, verbose: bool = True) -> bool:
|
def check_python(minimum: str = "3.8.0", hard: bool = True, verbose: bool = False) -> bool:
|
||||||
"""
|
"""
|
||||||
Check current python version against the required minimum version.
|
Check current python version against the required minimum version.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue