RedisGraph / redisgraph-py

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

Assign local variable `scalar` and compare bytes of two values #37

Closed GnaneshKunal closed 5 years ago

GnaneshKunal commented 5 years ago

Squashed Commit:

* Assign a val to local variable `scalar` before returning
* Compare bytes of two values

Long: 1) There are two cases where we get an exception UnboundLocalError: local variable 'scalar' referenced before assignment

Short:

swilly22 commented 5 years ago

@GnaneshKunal Thank you!