Fix using str instead of ustr for python2 compatibility.
This commit is contained in:
parent
2720d13049
commit
35214e3012
@ -87,7 +87,7 @@ class PrintUI(object):
|
|||||||
if self.debug:
|
if self.debug:
|
||||||
raise exc
|
raise exc
|
||||||
else:
|
else:
|
||||||
self.error(str(exc))
|
self.error(ustr(exc))
|
||||||
self.exit()
|
self.exit()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user