Commit b59aa6d6 authored by Sebastien Robin's avatar Sebastien Robin

added missing parenthesis

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17116 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 86bd7143
......@@ -110,7 +110,7 @@ def Folder_reindexObjectList(id_list_list):\n
\n
try:\n
tree_id_list = folder.getTreeIdList()\n
except NotImplementedError, AttributeError:\n
except (NotImplementedError, AttributeError):\n
# Build a list of list, like this we parse ids only one time,\n
# and then Folder_reinexObjectList will work with one list at\n
# a time and remove it from the list of list\n
......
541
\ No newline at end of file
542
\ No newline at end of file
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