Error handling in GUI
2 unresolved threads
2 unresolved threads
Added an decorator for the class so that all exceptions thrown in the GUI will be caught and a stacktrace displayed. This also should prevent the GUI from totally crashing so that the user has time to save their stuff. Closes #83 (closed)
Merge request reports
Activity
changed milestone to %Period 2 Kanban
added Feature development + 1 deleted label
added Needs review label and removed Feature development label
@adaja901 Please look at this when you have time! :)
Edited by Adam JakobssonIn improved_main_window.py on row 46 in the construktor you assign self._window = self , why? I think it's unecessary cause you can just use self or is it for a reason you do that? @jacwa448
Edited by Adam Jakobsson
mentioned in commit 08eaa299
Please register or sign in to reply