Commit 726ea6c2 authored by Jérome Perrin's avatar Jérome Perrin

rereaise exceptions in ERP5Site_reindexAll

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8674 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 45cf1311
......@@ -230,6 +230,7 @@ for folder in context.portal_url.getPortalObject()\\\n
except:\n
context.log(\'Unable to reindex\', \'error: folder=%s, o=%s\' %\n
(repr(folder.getId()), repr(o)))\n
raise\n
\n
# Then we index inventories\n
for folder in context.portal_url.getPortalObject()\\\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