[Erp5-report] r19196 - /erp5/trunk/products/CMFActivity/Activity/SQLDict.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Feb 8 19:15:52 CET 2008
Author: vincent
Date: Fri Feb 8 19:15:52 2008
New Revision: 19196
URL: http://svn.erp5.org?rev=19196&view=rev
Log:
Do not be afirmative in this comment.
Modified:
erp5/trunk/products/CMFActivity/Activity/SQLDict.py
Modified: erp5/trunk/products/CMFActivity/Activity/SQLDict.py
URL: http://svn.erp5.org/erp5/trunk/products/CMFActivity/Activity/SQLDict.py?rev=19196&r1=19195&r2=19196&view=diff
==============================================================================
--- erp5/trunk/products/CMFActivity/Activity/SQLDict.py (original)
+++ erp5/trunk/products/CMFActivity/Activity/SQLDict.py Fri Feb 8 19:15:52 2008
@@ -355,8 +355,8 @@
# 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):
More information about the Erp5-report
mailing list