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: if self.debug:
raise exc raise exc
else: else:
self.error(exc.__string__()) self.error(str(exc))
self.exit() self.exit()

Loading…
Cancel
Save