Skip to content

Commit

Permalink
Revert log.exception() call to working state
Browse files Browse the repository at this point in the history
  • Loading branch information
TSRBerry committed May 1, 2023
1 parent 5be9915 commit 2d534a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robocop_ng/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ async def on_command_error(ctx: Context, error: CommandError):
f"of type {type(error)}: {error_text}"
)

log.exception(err_msg, error)
log.exception(err_msg)

if not isinstance(error, commands.CommandNotFound):
err_msg = bot.escape_message(err_msg)
Expand Down

0 comments on commit 2d534a0

Please sign in to comment.