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: