You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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))
The text was updated successfully, but these errors were encountered:
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))
The text was updated successfully, but these errors were encountered: