mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -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("."))
|
||||
remote_version = tuple(int(part.strip()) for part in remote_version.split("."))
|
||||
if module_version < remote_version:
|
||||
input(
|
||||
f'Required python module {module} is outdated ({module_version}<{remote_version}), press enter to upgrade it')
|
||||
input(f'Required python module {module} is outdated ({module_version}<{remote_version}),'
|
||||
' press enter to upgrade it')
|
||||
update_command()
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user