GUI: Add error handling for object deletion

This commit is contained in:
Mykola Grymalyuk
2023-05-07 13:29:13 -06:00
parent aaf7519e94
commit bd70c4a24a
5 changed files with 19 additions and 22 deletions

View File

@@ -97,7 +97,6 @@ class BuildFrame(wx.Frame):
)
dialog.SetYesNoLabels("Install to disk", "View build log")
self.on_install() if dialog.ShowModal() == wx.ID_YES else self.install_button.Enable()