You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the following script to update a property on a vertex (janusgraph 0.2.0). When I run it from the Gremlin Console the value gets changed as expected:
I have the following script to update a property on a vertex (janusgraph 0.2.0). When I run it from the Gremlin Console the value gets changed as expected:
However, when I paste the same script on my python code, using gremlin_python(3.2.6) and goblin (2.1.0)
The value for the airport_runways property does not get updated. Any suggestions on what could I be missing ?
The text was updated successfully, but these errors were encountered: