mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
fix compatible logic
This commit is contained in:
@ -59,7 +59,7 @@ def compatibility(mod_name, compatible):
|
||||
platform_found = False
|
||||
|
||||
for platform in compatible:
|
||||
if platform.startswith(sys.platform):
|
||||
if sys.platform.startswith(platform):
|
||||
platform_found = True
|
||||
break
|
||||
|
||||
|
Reference in New Issue
Block a user