Merge pull request #1336 from dufferzafar/rtool-hotfix

rtool hotfix
This commit is contained in:
Thomas Kriechbaumer 2016-07-10 12:24:10 +02:00 committed by GitHub
commit 6762c6f5a2

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()
)