Commit 5d9248b6 authored by Grégory Wisniewski's avatar Grégory Wisniewski

There is at most one iteration that match, break when found.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1630 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent defcca90
...@@ -69,6 +69,7 @@ class ClientOperationHandler(BaseClientAndStorageOperationHandler): ...@@ -69,6 +69,7 @@ class ClientOperationHandler(BaseClientAndStorageOperationHandler):
except KeyError: except KeyError:
pass pass
del app.transaction_dict[tid] del app.transaction_dict[tid]
break
# Now it may be possible to execute some events. # Now it may be possible to execute some events.
app.executeQueuedEvents() app.executeQueuedEvents()
......
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