beaker
beaker copied to clipboard
run with debugger vs code support
Boxen example works fine from the command line when changing to examples/boxen . It does not work from the debugger stepping thru. Needs some path logic to reference the right folder and location.
we have used this code before to handle some thing like this
with open(os.path.join(path, "contract.json"), "w") as f: f.write(json.dumps(contract.dictify(), indent=2))