Commit f7a5f7a7 authored by Aurel's avatar Aurel

Revert "erp5_full_text_mroonga_catalog: don't raise if document is not converted"

This reverts commit fd28ecaf which is no longer needed as the try/except of the NotConverted exception has been fixed at a lower level
parent fbbf2e56
......@@ -53,7 +53,6 @@
<value> <string>from Products.ERP5Type.Utils import UpperCase\n
from ZODB.POSException import ConflictError\n
from zExceptions import Unauthorized\n
from Products.ERP5.Document.Document import NotConvertedError\n
\n
method = context.z_catalog_fulltext_list\n
property_list = method.arguments_src.split()\n
......@@ -79,8 +78,6 @@ for path in path_list:\n
raise\n
except Unauthorized: # should happen in tricky testERP5Catalog tests only \n
continue\n
except NotConvertedError:\n
continue\n
except Exception, e:\n
exception = e\n
failed_path_list.append(path)\n
......
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