Commit 646a62d4 authored by Jim Fulton's avatar Jim Fulton

Do a better job of cleaning up after an error.

parent 4f045d85
......@@ -568,6 +568,7 @@ class ZEOStorage:
except:
self.storage.tpc_abort(self.transaction)
self._clear_transaction()
raise
resp = self._thunk()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment