Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor bug in gen_localnet.py #3272

Open
sug0 opened this issue May 20, 2024 · 0 comments
Open

Minor bug in gen_localnet.py #3272

sug0 opened this issue May 20, 2024 · 0 comments
Labels
bug Something isn't working prio:low

Comments

@sug0
Copy link
Contributor

sug0 commented May 20, 2024

Pop so_far path (with so_far.pop()) after recursively calling edit:

if type(value) == dict:
so_far.append(key)
edit(so_far, table[key], value)
return

This will produce more accurate error reports in the script.

@sug0 sug0 added bug Something isn't working prio:low labels May 20, 2024
@sug0 sug0 changed the title Bugs in gen_localnet.py Minor bug in gen_localnet.py May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working prio:low
Projects
None yet
Development

No branches or pull requests

1 participant