mirror of
https://github.com/openharmony/third_party_cryptsetup.git
synced 2026-07-19 19:53:45 -04:00
fix str->unicode
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user