gocd-contrib / gomatic

A Python API for configuring GoCD
https://pypi.python.org/pypi/gomatic
MIT License
142 stars 60 forks source link

fix save_config_locally not working with python3 #45

Closed lucashanke closed 6 years ago

lucashanke commented 6 years ago

write method in python 3 not supporting bytes returned by config_after.encode('utf-8').

dudadornelles commented 6 years ago

Sorry for the delay here folks, just published version 0.5.8 with this changes.