This commit is contained in:
Jason Wen
2025-01-17 02:40:27 -05:00
parent c65c8a535c
commit 976c9ac9bf
+1 -1
View File
@@ -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: