1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

remove whitespace

This commit is contained in:
Kelly Brazil
2019-12-14 23:56:40 -08:00
parent bf5f80476c
commit 75eff3adea

View File

@ -34,7 +34,7 @@ def error_message(message):
no return, just prints output to STDERR
"""
error_string = f'''
jc: Error - {message}
'''
@ -43,13 +43,13 @@ def error_message(message):
def compatibility(mod_name, compatible):
"""Checks for the parser's compatibility with the running OS platform.
Parameters:
mod_name: (string) __name__ of the calling module
compatible: (list) sys.platform name(s) compatible with the parser
compatible options:
compatible options:
linux, darwin, cygwin, win32, aix, freebsd
Returns: