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

Support nonexistent attributes instead of throwing a NoneType error #138

Open
j6k4m8 opened this issue Jun 12, 2024 · 0 comments
Open

Support nonexistent attributes instead of throwing a NoneType error #138

j6k4m8 opened this issue Jun 12, 2024 · 0 comments
Labels

Comments

@j6k4m8
Copy link
Member

j6k4m8 commented Jun 12, 2024

argument of type 'NoneType' is not iterable when running a query against something that might not exist:

A -> B
B.labels contains "Tag"

If not all vertices have a labels attr this can throw. Instead, we should gracefully fail for that vertex match.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant