Commit ad821ff6 authored by Nicolas Dumazet's avatar Nicolas Dumazet

refine error message


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43202 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0a36498a
......@@ -95,9 +95,9 @@ def _createAccessorHolderList(site,
getattr(property_sheet_tool,
property_sheet_name))
except AttributeError:
except:
LOG("ERP5Type.dynamic", ERROR,
"Ignoring missing Property Sheet " + property_sheet_name)
"Ignoring missing or Invalid Property Sheet " + property_sheet_name)
raise
......
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