mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
bloody auto-reformat
This commit is contained in:
@@ -39,8 +39,8 @@ def update():
|
|||||||
module_version = tuple(int(part.strip()) for part in module_version.split("."))
|
module_version = tuple(int(part.strip()) for part in module_version.split("."))
|
||||||
remote_version = tuple(int(part.strip()) for part in remote_version.split("."))
|
remote_version = tuple(int(part.strip()) for part in remote_version.split("."))
|
||||||
if module_version < remote_version:
|
if module_version < remote_version:
|
||||||
input(
|
input(f'Required python module {module} is outdated ({module_version}<{remote_version}),'
|
||||||
f'Required python module {module} is outdated ({module_version}<{remote_version}), press enter to upgrade it')
|
' press enter to upgrade it')
|
||||||
update_command()
|
update_command()
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user