Browse Source

excess space

1.0.5-release-candidate
eladeyal-intel 4 years ago
committed by Chris
parent
commit
5892da4684
1 changed files with 1 additions and 1 deletions
  1. 2
      gooey/python_bindings/gooey_decorator.py

2
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:

Loading…
Cancel
Save