MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / addException

Method addException

gui/errorDialog.py:127–128  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

125 self.Centre(wx.BOTH)
126
127 def addException(self, text):
128 self.errorTextCtrl.AppendText("\n{}\n\n{}".format("#" * 20, text))

Callers 1

HandleExceptionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected