From 976c9ac9bf6c8d950cdb213df9ac90abab15dfd9 Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Fri, 17 Jan 2025 02:40:27 -0500 Subject: [PATCH] typo --- system/sentry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/sentry.py b/system/sentry.py index 00a85fadc5..bb7743fcfe 100644 --- a/system/sentry.py +++ b/system/sentry.py @@ -70,7 +70,7 @@ def save_exception(content: str) -> None: cloudlog.error(f"logged crash to {files}") except Exception: - cloudlog.exception("error when attemping to save exception") + cloudlog.exception("error when attempting to save exception") def capture_fingerprint_mock() -> None: