Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Catch OSError so that Ctrl-c works for ERT
_base_service.py registers an interrupt handler that translates ctrl-c to an OSError. Since this is not caught, the main thread dies, but the remaining threads continue (but inherits the same interrupt handler). Co-authored-by: Sondre Sortland <[email protected]>
- Loading branch information