Decode commit value in rtool
This commit is contained in:
parent
dc6266e08e
commit
8135b356d6
|
@ -76,7 +76,7 @@ def get_snapshot_version():
|
||||||
return "{version}dev{tag_dist:04}-0x{commit}".format(
|
return "{version}dev{tag_dist:04}-0x{commit}".format(
|
||||||
version=get_version(), # this should already be the next version
|
version=get_version(), # this should already be the next version
|
||||||
tag_dist=tag_dist,
|
tag_dist=tag_dist,
|
||||||
commit=commit
|
commit=commit.decode()
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue