Skip to content

Commit

Permalink
Fix for excessive command expansion logging
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanC committed Jun 2, 2024
1 parent c139e36 commit de74c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/formatters.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def ExpandCommand(
if format:
result = f"`{result}`"

logger.debug(f"Expanded command {ctx.command} to {result}")
logger.debug(f"Expanded command {ctx.command.name} to {result}")

return result

Expand Down

0 comments on commit de74c51

Please sign in to comment.