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

PR: Avoid closing GWHAT whenever an error occurs #292

Merged
merged 2 commits into from
Oct 7, 2019

Conversation

jnsebgosselin
Copy link
Owner

With PyQt5, every time an error occurs during the runtime of the application, it automatically closes and it is not possible to see the error that caused the crash.

The goal of this PR is to avoid this so that it is easier to debug the application when such errors occur.

See https://stackoverflow.com/a/33741755/4481445 for more details.

@jnsebgosselin jnsebgosselin merged commit 4822610 into master Oct 7, 2019
@jnsebgosselin jnsebgosselin deleted the dont_close_on_error branch October 7, 2019 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant