Skip to content

Commit

Permalink
fix: error logging
Browse files Browse the repository at this point in the history
  • Loading branch information
barredterra committed Dec 2, 2024
1 parent ecd2a80 commit d10d6e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def process_simple_subscriptions() -> None:
try:
create_current_invoice(subscription_name, silent=True)
except frappe.ValidationError:
frappe.log_error(frappe.get_traceback())
frappe.log_error(title=_("Failed to create subscription invoice"))
continue


Expand Down

0 comments on commit d10d6e2

Please sign in to comment.