From 014dba6a14763ea0e006eb40bbd431e50720e9cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com> Date: Thu, 17 Nov 2005 15:59:15 +0000 Subject: [PATCH] Fix indentation, this raise exception when a ZODB transaction fail git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4349 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/ZopePatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5Type/ZopePatch.py b/product/ERP5Type/ZopePatch.py index f20650609c..81d2c3a113 100755 --- a/product/ERP5Type/ZopePatch.py +++ b/product/ERP5Type/ZopePatch.py @@ -811,7 +811,7 @@ try: "A storage error occured during transaction " "abort. This shouldn't happen.", error=error) - raise error[0], error[1], error[2] + raise error[0], error[1], error[2] finally: del objects[:] # clear registered if not subtransaction and self._id is not None: -- 2.30.9