summaryrefslogtreecommitdiff
path: root/pr2relnotes.py
diff options
context:
space:
mode:
Diffstat (limited to 'pr2relnotes.py')
-rwxr-xr-xpr2relnotes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr2relnotes.py b/pr2relnotes.py
index 6e9a4f4..7a23fda 100755
--- a/pr2relnotes.py
+++ b/pr2relnotes.py
@@ -53,7 +53,7 @@ def get_formatted_issue(repo, issue, title, url):
"""
# Newline support writelines() call which doesn't add newlines
# on its own
- return("* {}/{}: [{}]({})\n".format(repo, issue, title, url))
+ return("* {}/{}: [{}]({})\n".format(repo, issue, title.encode('utf-8'), url))
def gh_get_issue_output(org, repo, issuenum):
"""