RedisGraph / redisgraph-py

RedisGraph python client
https://redisgraph.io
BSD 3-Clause "New" or "Revised" License
189 stars 49 forks source link

resolving type error in execution_plan_to_string #72

Closed e-ndrus closed 4 years ago

e-ndrus commented 4 years ago

This fixes "TypeError: sequence item 0: expected str instance, bytes found" on line 134, in _execution_plan_to_string function in graph.py. The error occurred on python 3.6 (Ubuntu 18.04).