Commit fa0158ad authored by Julien Muchembled's avatar Julien Muchembled

CMFActivity: fix returned value when an exception is catched by getProcessableMessageList

This fixes a regression by commit 6fd63363.
parent 5fa17349
......@@ -287,7 +287,7 @@ class SQLBase(Queue):
self._log(TRACE, 'Freed messages %r' % to_free_uid_list)
else:
self._log(TRACE, '(no message was reserved)')
return [], 0, None, {}
return [], None, {}
def _abort(self):
try:
......
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