Skip to content
Snippets Groups Projects

Error handling in GUI

Merged Jacob Wahlman requested to merge 83-error-handling-in-gui into develop
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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
41 43 self.portList = []
42 44 self.pressed_ports = []
43 45 self.source = None
46 self._window = self
  • Adam Jakobsson approved this merge request

    approved this merge request

  • Adam Jakobsson mentioned in commit 08eaa299

    mentioned in commit 08eaa299

  • Please register or sign in to reply
    Loading