1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-21 00:19:42 +02:00

formatting

This commit is contained in:
Kelly Brazil
2022-03-11 12:37:01 -08:00
parent dd052e0146
commit 6c3e0e2aa0

View File

@ -108,7 +108,7 @@ def compatibility(mod_name: str, compatible: List, quiet: bool = False) -> None:
mod = mod_name.split('.')[-1]
compat_list = ', '.join(compatible)
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}'
])