summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgitnoti.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitnoti.py b/gitnoti.py
index d275261..b97df89 100755
--- a/gitnoti.py
+++ b/gitnoti.py
@@ -77,7 +77,7 @@ def repo_commit_msg(repo, branch, commits):
short_url = None
if short_url:
- url = short_url
+ url = short_url.encode('utf-8')
msg += url
return msg