We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @c0fec0de, thanks for the fantastic library! Running v2.12.1 installed via conda/mamba and getting the following error:
2.12.1
top = Node("top", parent=None) sub0 = Node("sub0", parent=top) relaxedresolver = Resolver('name', relax=True) relaxedresolver.get(top, "sub2") # Returns None (meets expectations) relaxedresolver.get(top, "sub2/sub3") *** AttributeError: 'NoneType' object has no attribute 'children'
I would have expected from the docs that this return None because of the relaxed resolution?
None
Thanks again!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi @c0fec0de, thanks for the fantastic library! Running v
2.12.1
installed via conda/mamba and getting the following error:I would have expected from the docs that this return
None
because of the relaxed resolution?Thanks again!
The text was updated successfully, but these errors were encountered: