Skip to content

Commit

Permalink
Send check failure context to codejams planning
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering committed Aug 28, 2023
1 parent f21cbd8 commit 78a9fb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bot/exts/error_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ async def on_command_error(self, ctx: Context, error: CommandError) -> None:
elif isinstance(error, CodeJamCategoryCheckFailure):
# Silently fail, as SirRobin should not respond
# to any of the CJ related commands outside of the CJ categories.
log.error(exc_info=error)
return

# If we haven't handled it by this point, it is considered an unexpected/handled error.
Expand Down

0 comments on commit 78a9fb3

Please sign in to comment.