(e=None)
| 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 | |
| 935 | class SecStatusDialog(wx.Dialog): |
nothing calls this directly
no test coverage detected