remove str

This commit is contained in:
江畅
2020-08-25 17:20:13 +08:00
parent 67f8709463
commit b146992549
+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,
str(msg['message'])),
msg['message']),
file=sys.stderr)
if branch.have_pr_errors: