1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +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 no return, just prints output to STDERR
""" """
error_string = f''' error_string = f'''
jc: Error - {message} jc: Error - {message}
''' '''
@ -43,13 +43,13 @@ def error_message(message):
def compatibility(mod_name, compatible): def compatibility(mod_name, compatible):
"""Checks for the parser's compatibility with the running OS platform. """Checks for the parser's compatibility with the running OS platform.
Parameters: Parameters:
mod_name: (string) __name__ of the calling module mod_name: (string) __name__ of the calling module
compatible: (list) sys.platform name(s) compatible with the parser compatible: (list) sys.platform name(s) compatible with the parser
compatible options: compatible options:
linux, darwin, cygwin, win32, aix, freebsd linux, darwin, cygwin, win32, aix, freebsd
Returns: Returns: