mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
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(
|
||||
version=get_version(), # this should already be the next version
|
||||
tag_dist=tag_dist,
|
||||
commit=commit
|
||||
commit=commit.decode()
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user