Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python - surround menu actions with try..catch #33

Open
omrisarig13 opened this issue Jan 1, 2020 · 1 comment
Open

Python - surround menu actions with try..catch #33

omrisarig13 opened this issue Jan 1, 2020 · 1 comment

Comments

@omrisarig13
Copy link
Owner

Currently, if a given menu action causes an exception to raise in the code, the code crashes. This is not good because some user actions crush the system, and it is very annoying.

To fix it, we either should surround all the different actions with try and catch, or check if there is an option to make the menu handle the exceptions by itself.
The second option is nicer, but it might be impossible (in case the menu doesn't support this).

@omrisarig13
Copy link
Owner Author

Closed by the wrong pull request.

@omrisarig13 omrisarig13 reopened this Jan 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant