This commit is contained in:
2025-10-22 13:49:32 +02:00
parent 04799633b4
commit 947a8ff51f
3 changed files with 7 additions and 146 deletions

View File

@@ -545,7 +545,7 @@ class SeriesApp:
"""Check if the current operation has been cancelled."""
return self._cancel_flag
def _handle_error(self, error: Exception):
def _handle_error(self, error: Exception) -> None:
"""
Handle errors and notify via callback.