fix str->unicode

This commit is contained in:
江畅
2020-08-26 11:30:47 +08:00
parent 2b769629f8
commit aa87cefd7a
+1 -1
View File
@@ -309,7 +309,7 @@ Gerrit Code Review: http://code.google.com/p/gerrit/
print(('[FORK FAILED] %-15s %-15s %s') % (
branch.project.relpath + '/',
branch.name,
msg['message']),
unicode(msg['message'])),
file=sys.stderr)
if branch.have_pr_errors: