Skip to content

Commit

Permalink
✏️ fix repeatly try to open exceptinal handler when exception happen …
Browse files Browse the repository at this point in the history
…in multiple try except block
  • Loading branch information
MeditationDuck authored and michprev committed Oct 1, 2024
1 parent 53b31d7 commit 00846b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wake/testing/pytest_plugin_multiprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ def _exception_handler(
if self._keyboard_interrupt:
return

if self._exception_handled:
return

self._cleanup_stdio()
self._exception_handled = True

Expand Down

0 comments on commit 00846b8

Please sign in to comment.