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

Method fetchCallback

gui/characterEditor.py:926–932  ·  view source on GitHub ↗
(e=None)

Source from the content-addressed store, hash-verified

924
925 @staticmethod
926 def fetchCallback(e=None):
927 if e:
928 pyfalog.warn("Error fetching skill information for character for __fetchCallback")
929 SkillFetchExceptionHandler(e)
930 else:
931 wx.MessageBox(
932 _t("Successfully fetched skills"), _t("Success"), wx.ICON_INFORMATION | wx.STAY_ON_TOP)
933
934
935class SecStatusDialog(wx.Dialog):

Callers

nothing calls this directly

Calls 2

_tFunction · 0.50

Tested by

no test coverage detected