ruff
0c2abf83
- Avoid walking past root when resolving imports (#6126)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
Avoid walking past root when resolving imports (#6126) ## Summary Noticed in #5954: we walk _past_ the root rather than stopping _at_ the root when attempting to traverse along the parent path. It's effectively an off-by-one bug.
References
#6126 - Avoid walking past root when resolving imports
Author
charliermarsh
Parents
6e85e001
Loading