Commit 404ee620 authored by Aurel's avatar Aurel

fix syntax


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@120 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 45d5ee39
......@@ -105,7 +105,7 @@ class NEOStorage(BaseStorage.BaseStorage,
if self._is_read_only:
raise POSException.ReadOnlyError()
try:
r = return self.app.process_method('tpc_abort', transaction=transaction)
r = self.app.process_method('tpc_abort', transaction=transaction)
if r in (NEO_ERROR, NEO_NOT_FOUND_ERROR, NEO_CONFLICT_ERROR):
raise NEOStorageError
else:
......
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