Skip to content

Commit

Permalink
fix: string replacement in error logger
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush committed Dec 22, 2024
1 parent d466578 commit ca192fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe/optimizations.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,4 @@ def _parse_thread_siblings() -> list[tuple[int, int]] | None:
import frappe

logger = frappe.logger(with_more_info=True)
logger.error("failed to parse thread siblings", e)
logger.error(f"failed to parse thread siblings: {e}")

0 comments on commit ca192fe

Please sign in to comment.