Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix json serialization error in Python Driver (apache#1228)
* * Added test to catch the error in toJson() * removed the trailing comma in _nodeToJson() node.properties part * removed the trailing comma in _nodeToString() node.properties part * * Added missing ", ".join() _nodeToString() in node.properties part --------- Co-authored-by: Olivier <[email protected]> Resolved - Conflicts: drivers/python/test_age_py.py
- Loading branch information