Commit 6a6cfaa8 authored by Vincent Pelletier's avatar Vincent Pelletier

Add a comment about possibly dangerous behaviour.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2148 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 3d7f0580
......@@ -90,6 +90,8 @@ class Transaction(object):
Define that a node has locked the transaction
Returns true if all nodes are locked
"""
# XXX: Should first check that node is part of transaction, and fail if
# it's not.
self._uuid_dict[uuid] = True
return self.locked()
......
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