From 3e6d17147b60423b729f1b4920032e11185dfc42 Mon Sep 17 00:00:00 2001 From: Hood Chatham Date: Wed, 31 Jan 2024 11:20:47 -0800 Subject: [PATCH] Fix typo --- conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conftest.py b/conftest.py index 1ef33de5e..23a096ce2 100644 --- a/conftest.py +++ b/conftest.py @@ -240,7 +240,7 @@ def extra_checks_test_wrapper(browser, trace_hiwire_refs, trace_pyproxies): err = True raise finally: - # Suppress any errors if an error was raised so we keep the orignal error + # Suppress any errors if an error was raised so we keep the original error with contextlib.suppress(Exception) if err else contextlib.nullcontext(): browser.disable_pyproxy_tracing() browser.restore_state()