FIX error handler.

Also fix alignments.
This commit is contained in:
Olivier Mangin 2016-01-13 16:00:50 -05:00
parent 6366f4bd01
commit df8f0e6d6b
2 changed files with 6 additions and 6 deletions

View File

@ -87,7 +87,7 @@ class PrintUI(object):
if self.debug:
raise exc
else:
self.error(exc.__string__())
self.error(str(exc))
self.exit()