gmr / consulate

Python client for the Consul HTTP API
http://consulate.readthedocs.org
BSD 3-Clause "New" or "Revised" License
342 stars 100 forks source link

Handle None value in python 3 same as done below in python 2 #103

Closed rhuddleston closed 6 years ago

rhuddleston commented 7 years ago

When using base64 option it would fail when encountering None values. This corrects the syntax to be exactly what was done with python2 to handle the same