From 8e8640ba5b632a8e2533e32f8bbba97d5ba3571e Mon Sep 17 00:00:00 2001 From: "Andrew Speciale (@liquidz00)" Date: Sat, 7 Sep 2024 15:17:23 -0400 Subject: [PATCH] Add comment for sanity check --- src/patcher/utils/animation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/patcher/utils/animation.py b/src/patcher/utils/animation.py index 0815637..8f9f068 100644 --- a/src/patcher/utils/animation.py +++ b/src/patcher/utils/animation.py @@ -126,6 +126,6 @@ async def error_handling(self, log: LogMe): yield except default_exceptions as e: log.error(f"{e}") - raise + raise # Raise exception that was caught finally: await self.stop()