MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / OnDownload

Method OnDownload

gui/updateDialog.py:147–149  ·  view source on GitHub ↗
(self, e)

Source from the content-addressed store, hash-verified

145 self.UpdateSettings.set('version', None)
146
147 def OnDownload(self, e):
148 wx.LaunchDefaultBrowser('https://github.com/pyfa-org/Pyfa/releases/tag/' + self.releaseInfo['tag_name'])
149 self.OnClose(e)

Callers

nothing calls this directly

Calls 1

OnCloseMethod · 0.95

Tested by

no test coverage detected