Skip to content

Commit

Permalink
Add comment for sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz00 committed Sep 7, 2024
1 parent c956e89 commit 8e8640b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/patcher/utils/animation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit 8e8640b

Please # to comment.