From cb75b22ab01c629cedacb637ecc713a18334a570 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Sun, 21 Feb 2021 00:10:34 +0000 Subject: [PATCH] Update trio/_core/tests/tutil.py Co-authored-by: Kyle Altendorf --- trio/_core/tests/tutil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trio/_core/tests/tutil.py b/trio/_core/tests/tutil.py index 8ed4380842..7f51750869 100644 --- a/trio/_core/tests/tutil.py +++ b/trio/_core/tests/tutil.py @@ -101,7 +101,7 @@ def disable_threading_excepthook(): try: yield finally: - threading.excephtook = prev + threading.excepthook = prev else: