Commit b9cdf29a authored by Nicolas Delaby's avatar Nicolas Delaby

remove continue statement committing by mistake in...

remove continue statement committing by mistake in http://svn.erp5.org/?view=revision&revision=40181

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40799 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f05045a7
......@@ -115,7 +115,6 @@ for line in listbox:\n
if resource_relative_url:\n
product = portal.restrictedTraverse(resource_relative_url)\n
else:\n
continue\n
use_uid_list = [portal.portal_categories.resolveCategory(use).getUid()\n
for use in use_list]\n
product_list = portal.portal_catalog(\n
......
1045
\ No newline at end of file
1047
\ 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