Commit 8631cc5d authored by Jérome Perrin's avatar Jérome Perrin

full_text_mroonga_catalog: fix a PY3 regression

from 031408c6 (erp5_full_text_mroonga_catalog: defer fulltext index
and unindex using dedicated catalog keys., 2025-01-13)
parent b5c37dcb
Pipeline #39111 failed with stage
in 0 seconds
from Products.ERP5Type.Utils import ensure_list
uid_list = []
for grouped_message in grouped_message_list:
assert not grouped_message.args
assert grouped_message.kw.keys() == ['uid']
assert ensure_list(grouped_message.kw.keys()) == ['uid']
uid_list.append(grouped_message.kw['uid'])
for method_id in context.getSqlDeferredUncatalogObjectList():
method = getattr(context, method_id)
......
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