ehmatthes / ehmatthes/py-bugger
Implement a better fix for not being able to modify a tree
Open
- Dominant language
- Python
- Stars
- 41
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
Sometimes a node can't be modified in the anticipated way. Right now, it just bails on that node. But, we have a list of all possible nodes we could modify.
- [ ] Instead of just bailing on the given node, write a while loop that exhausts all possible `paths_nodes` before giving up. (See `buggers.py.module_not_found_bugger()`)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.