Commit 8ff5139f authored by Vincent Pelletier's avatar Vincent Pelletier

Do not be afirmative in this comment.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19196 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 42d9f452
......@@ -355,8 +355,8 @@ class SQLDict(RAMDict, SQLBase):
# it won't be called on the duplicate.
message_with_active_process_list.append(m)
else:
# Whatever happens, duplicate uids are to be made available. Only
# executed message will get to lower priority or error state.
# Should duplicate messages follow strictly the original message, or
# should they be just made available again ?
make_available_uid_list.extend(uid_to_duplicate_uid_list_dict.get(uid, []))
if type(m.exc_type) is ClassType and \
issubclass(m.exc_type, ConflictError):
......
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