Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
dycw committed Sep 19, 2024
1 parent b866c15 commit e984323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/eventkit.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def _add_listener_error(event: Event, exception: Exception, /) -> None:
try:
from loguru import logger
except Exception as error: # noqa: BLE001 # pragma: no cover
_ = stderr.write(f"Error running {event}; got {error}") # pragma: no cover
_ = stderr.write(f"Error running {event}; got {error}")
else:
logger.opt(exception=exception).error("Error running {event}", event=event)

Expand Down

0 comments on commit e984323

Please sign in to comment.