Decode commit value in rtool

This commit is contained in:
Shadab Zafar 2016-07-10 15:50:13 +05:30
parent dc6266e08e
commit 8135b356d6

View File

@ -76,7 +76,7 @@ def get_snapshot_version():
return "{version}dev{tag_dist:04}-0x{commit}".format(
version=get_version(), # this should already be the next version
tag_dist=tag_dist,
commit=commit
commit=commit.decode()
)