cloudtools / stacker

An AWS CloudFormation Stack orchestrator/manager.
http://stacker.readthedocs.io/en/stable/
BSD 2-Clause "Simplified" License
709 stars 167 forks source link

update git ref to explicitly return string (fix py3 bytes error) #649

Closed troyready closed 6 years ago

troyready commented 6 years ago

The PyGit integration is broken on py3 without this change -- the bytes passed here cause it to raise a ValueError.