changeset 41418 | 26761665bdfe |
parent 38406 | 65d1d7da63d1 |
child 43076 | 2372284d9457 |
--- a/hgext/convert/convcmd.py Sat Jan 26 16:45:25 2019 -0800 +++ b/hgext/convert/convcmd.py Sat Jan 26 16:53:17 2019 -0800 @@ -123,7 +123,7 @@ exceptions.append(inst) if not ui.quiet: for inst in exceptions: - ui.write("%s\n" % pycompat.bytestr(inst)) + ui.write("%s\n" % pycompat.bytestr(inst.args[0])) raise error.Abort(_('%s: missing or unsupported repository') % path) def convertsink(ui, path, type):