|
@ -73,7 +73,7 @@ def Gooey(f=None, |
|
|
**params) |
|
|
**params) |
|
|
|
|
|
|
|
|
if dump_build_config: |
|
|
if dump_build_config: |
|
|
config_path = os.path.join(os.getcwd(), 'gooey_config.json') |
|
|
|
|
|
|
|
|
config_path = os.path.join(os.path.dirname(sys.argv[0]), 'gooey_config.json') |
|
|
print('Writing Build Config to: {}'.format(config_path)) |
|
|
print('Writing Build Config to: {}'.format(config_path)) |
|
|
with open(config_path, 'w') as f: |
|
|
with open(config_path, 'w') as f: |
|
|
f.write(json.dumps(build_spec, indent=2)) |
|
|
f.write(json.dumps(build_spec, indent=2)) |
|
|