Show More
@@ -262,7 +262,7 b' def callcatch(ui, func):' | |||
|
262 | 262 | if isinstance(reason, pycompat.unicode): |
|
263 | 263 | # SSLError of Python 2.7.9 contains a unicode |
|
264 | 264 | reason = encoding.unitolocal(reason) |
|
265 | ui.error(_(b"abort: error: %s\n") % reason) | |
|
265 | ui.error(_(b"abort: error: %s\n") % stringutil.forcebytestr(reason)) | |
|
266 | 266 | elif ( |
|
267 | 267 | util.safehasattr(inst, b"args") |
|
268 | 268 | and inst.args |
General Comments 0
You need to be logged in to leave comments.
Login now