aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Kriechbaumer <Kriechi@users.noreply.github.com>2016-07-10 12:24:10 +0200
committerGitHub <noreply@github.com>2016-07-10 12:24:10 +0200
commit6762c6f5a28726eaa7703e47fdd3290becdbc14a (patch)
tree3d7206effa68489e2680aa09691c900fb4ac828a
parent22c0db3b19cf14b0056d4fc32c62f31095c2e382 (diff)
parent8135b356d665245e7b45de53c36f79c8d6a42565 (diff)
downloadmitmproxy-6762c6f5a28726eaa7703e47fdd3290becdbc14a.tar.gz
mitmproxy-6762c6f5a28726eaa7703e47fdd3290becdbc14a.tar.bz2
mitmproxy-6762c6f5a28726eaa7703e47fdd3290becdbc14a.zip
Merge pull request #1336 from dufferzafar/rtool-hotfix
rtool hotfix
-rwxr-xr-xrelease/rtool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/rtool.py b/release/rtool.py
index 04e1249d..4e43eaef 100755
--- a/release/rtool.py
+++ b/release/rtool.py
@@ -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()
)