mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-21 00:19:42 +02:00
formatting
This commit is contained in:
@ -108,7 +108,7 @@ def compatibility(mod_name: str, compatible: List, quiet: bool = False) -> None:
|
|||||||
mod = mod_name.split('.')[-1]
|
mod = mod_name.split('.')[-1]
|
||||||
compat_list = ', '.join(compatible)
|
compat_list = ', '.join(compatible)
|
||||||
warning_message([
|
warning_message([
|
||||||
f'{mod} parser not compatible with your OS ({sys.platform}).',
|
f'{mod} parser is not compatible with your OS ({sys.platform}).',
|
||||||
f'Compatible platforms: {compat_list}'
|
f'Compatible platforms: {compat_list}'
|
||||||
])
|
])
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user