Merge branch 'test-3' into esi

This commit is contained in:
blitzmann
2018-02-11 23:23:30 -05:00

View File

@@ -43,7 +43,8 @@ class ErrorHandler(object):
if cls.__parent is None:
app = wx.App(False)
ErrorFrame(None)
cls.__frame = ErrorFrame(None)
cls.__frame.addException("".join(t))
app.MainLoop()
sys.exit()
else: