Skip to content

Commit

Permalink
core: event_dispatcher: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMissx committed Feb 16, 2022
1 parent df556ee commit 684f819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anjani/core/event_dispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ async def dispatch_event(
f"raised from {type(err).__name__}: {str(err)}"
).with_traceback(err.__traceback__)
self.log.error(
"Error dispatching event '%s' on $s",
"Error dispatching event '%s' on %s",
event,
task.get_coro().__qualname__,
exc_info=dispatcher_error,
Expand Down

0 comments on commit 684f819

Please sign in to comment.