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

Run should handle keyboard interrupts and also raise any handled exceptions #95

Closed
techalchemy opened this issue Jun 3, 2019 · 0 comments · Fixed by #97
Closed

Run should handle keyboard interrupts and also raise any handled exceptions #95

techalchemy opened this issue Jun 3, 2019 · 0 comments · Fixed by #97
Labels
bug Something isn't working

Comments

@techalchemy
Copy link
Member

Currently exceptions are suppressed after being handled, but they should be raised

@techalchemy techalchemy added the bug Something isn't working label Jun 3, 2019
techalchemy added a commit that referenced this issue Jun 3, 2019
- Fix deadlock when fielding `CTRL_BREAK_EVENT` while spinner is running
- Fix failure to raise handled exceptions in `vistir.misc.run`
- Fixes #95
- Fixes #96

Signed-off-by: Dan Ryan <dan@danryan.co>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant