kirill-stepanishin opened a new pull request, #3545:
URL: https://github.com/apache/tinkerpop/pull/3545

   https://issues.apache.org/jira/browse/TINKERPOP-3185
   
   In the Python driver, `PeerPressure.property_name` pointed at the wrong 
value, a `pageRank` token instead of a `peerPressure`.
   
   Because of this, `peerPressure().with_(PeerPressure.property_name, ...)` 
silently ignored the setting. This fix corrects the value to match Java and the 
other GLVs.
   
   I also checked the other `with()` constants across all GLVs, and this was 
the only mismatch.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to