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

Fix dir detection in children_on_path for non existing paths #12

Merged

Conversation

j4r0u53k
Copy link
Contributor

For a non-existing path that's a prefix of a mount, the function incorectly returned Some instead of None.

E.g, if there was only one mount at "a/1xy", the function returned Some for path == "a/1".

For a non-existing path that's a prefix of a mount, the function
incorectly returned Some instead of None.

E.g, if there was only one mount at "a/1xy", the function returned
Some for path == "a/1".
@fvacek fvacek merged commit 565f192 into silicon-heaven:master Mar 10, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants