FIX error handler.

Also fix alignments.
main
Olivier Mangin 9 years ago
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…
Cancel
Save