Commit 847ff150 authored by Sebastien Robin's avatar Sebastien Robin

fixed regression in SQLDict, need to add another test

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35169 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4da080f0
......@@ -379,7 +379,7 @@ class SQLDict(RAMDict, SQLBase):
for m in message_list:
m.setExecutionState(MESSAGE_NOT_EXECUTED, exc_info=exc_info, log=False)
try:
makeMessageListAvailable(message_list, uid_to_duplicate_uid_list_dict)
makeMessageListAvailable([x.uid for x in message_list], uid_to_duplicate_uid_list_dict)
except:
LOG('SQLDict', ERROR, 'Failed to free remaining messages: %r' % (message_list, ), error=sys.exc_info())
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