-
Notifications
You must be signed in to change notification settings - Fork 11
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
ENH: Error message pop-up #111
Conversation
ok, this is ready for review. I would definitely try it out and let me know if you want any other changes or features. |
Ok, I have added the traceback of the exception or the call stack - it looks like a lot of the issues are raised outside of a try except block, so the popup occurs before the exception, so instead it displays the call stack in these cases. |
Yep that works, can we wrap the following code in a BadgerRuntime Error or similar such that the errorbox pops up |
…g to get a popup with the error
…ce it's a subprocess
Description
This PR makes a base BadgerError class and then adds a popup that contains a message for the user. It also changes the name of BadgerRunTerminatedError exception to BadgerRunTerminated