minor ui fix
This commit is contained in:
parent
4f7268c3e2
commit
f219f45c45
1 changed files with 1 additions and 1 deletions
|
@ -726,7 +726,7 @@ class Main:
|
|||
Over Exception handler - prints human readable tracebacks.
|
||||
"""
|
||||
|
||||
self.print("<R>uncontained exception<.> <Y>%s<.> raised" %(exception_type.__name__), self.print.tl.fail, end=":\n")
|
||||
self.print("<R>uncontained exception<.> <Y>%s<.> raised" %(exception_type.__name__), self.print.tl.fail)
|
||||
|
||||
# todo top level program name
|
||||
# todo final level exception name and text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue