Skip to content

Commit

Permalink
ci: reraise to see error
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Oct 2, 2024
1 parent f6fb617 commit ab28ad8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ecommerce_integrations/unicommerce/delivery_note.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def create_delivery_note(so, sales_invoice):
frappe.flags.request_id = log.name
except Exception as e:
create_unicommerce_log(status="Error", exception=e, rollback=True)
raise
else:
create_unicommerce_log(status="Success")
frappe.flags.request_id = None
Expand Down

0 comments on commit ab28ad8

Please sign in to comment.