diff options
-rwxr-xr-x | gitnoti.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |