FIX error handler.
Also fix alignments.
This commit is contained in:
parent
6366f4bd01
commit
df8f0e6d6b
@ -87,7 +87,7 @@ class PrintUI(object):
|
||||
if self.debug:
|
||||
raise exc
|
||||
else:
|
||||
self.error(exc.__string__())
|
||||
self.error(str(exc))
|
||||
self.exit()
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user