This commit is contained in:
Hood Chatham 2024-01-31 11:20:47 -08:00
parent 2eb834b32d
commit 3e6d17147b
1 changed files with 1 additions and 1 deletions

View File

@ -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()