rpuga
JJanusGraph
•Created by rpuga on 11/17/2023 in #questions
Unable to use next() in gremlin-python
Hi, has anyone tried to use gremlin-python with janusgraph 1.0.0? It seems that there is a bug that makes next() unusable.
Here is an example of how to reproduce the issue:
This generates a
KeyError
:
Using g.addV('vertex').property('name', 'v1').iterate()
instead of next()
works fine.
Any thoughts?14 replies