hgext/convert/convcmd.py
changeset 38366 4a6d01b49d91
parent 38312 79dd61a4554f
child 38406 65d1d7da63d1
--- a/hgext/convert/convcmd.py	Mon Jun 18 15:27:34 2018 +0530
+++ b/hgext/convert/convcmd.py	Mon Jun 18 15:28:18 2018 +0530
@@ -123,7 +123,7 @@
             exceptions.append(inst)
     if not ui.quiet:
         for inst in exceptions:
-            ui.write("%s\n" % inst)
+            ui.write("%s\n" % pycompat.bytestr(inst))
     raise error.Abort(_('%s: missing or unsupported repository') % path)
 
 def convertsink(ui, path, type):