Skip to content

Commit

Permalink
Update trio/_core/tests/tutil.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle Altendorf <[email protected]>
  • Loading branch information
graingert and altendky authored Feb 21, 2021
1 parent 6273b1e commit cb75b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trio/_core/tests/tutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def disable_threading_excepthook():
try:
yield
finally:
threading.excephtook = prev
threading.excepthook = prev


else:
Expand Down

0 comments on commit cb75b22

Please sign in to comment.