From 75eff3adea097157c005b2201e353a741241ce8b Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Sat, 14 Dec 2019 23:56:40 -0800 Subject: [PATCH] remove whitespace --- jc/utils.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jc/utils.py b/jc/utils.py index a33d2b1d..38646b0b 100644 --- a/jc/utils.py +++ b/jc/utils.py @@ -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: