From 5892da4684a1018db86a30171ecc703680266db3 Mon Sep 17 00:00:00 2001 From: eladeyal-intel Date: Thu, 9 Jul 2020 21:54:20 +0300 Subject: [PATCH] excess space --- gooey/python_bindings/gooey_decorator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gooey/python_bindings/gooey_decorator.py b/gooey/python_bindings/gooey_decorator.py index ebc6485..e8610d6 100644 --- a/gooey/python_bindings/gooey_decorator.py +++ b/gooey/python_bindings/gooey_decorator.py @@ -98,7 +98,7 @@ def Gooey(f=None, open_path = os.path.join(exec_dir,load_build_config) build_spec = json.load(open(open_path, "r")) except Exception as e: - print( 'Exception loading Build Config from {0}: {1}'.format(load_build_config, e)) + print('Exception loading Build Config from {0}: {1}'.format(load_build_config, e)) sys.exit(1) if not build_spec: