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 7ecb99f commit 1e174e7
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 @@ -91,6 +91,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 1e174e7

Please sign in to comment.