aplbrain/dotmotif

Support nonexistent attributes instead of throwing a NoneType error

Opened this issue · 0 comments

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.