From f219f45c453ae815bd52623af49678cdfb83ff68 Mon Sep 17 00:00:00 2001 From: Martinez Date: Fri, 21 Oct 2016 12:08:02 +0200 Subject: [PATCH] minor ui fix --- over/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/over/app.py b/over/app.py index 199af79..ea49616 100644 --- a/over/app.py +++ b/over/app.py @@ -726,7 +726,7 @@ class Main: Over Exception handler - prints human readable tracebacks. """ - self.print("uncontained exception<.> %s<.> raised" %(exception_type.__name__), self.print.tl.fail, end=":\n") + self.print("uncontained exception<.> %s<.> raised" %(exception_type.__name__), self.print.tl.fail) # todo top level program name # todo final level exception name and text