Commit 1e77bc72 authored by Thomas Bernard's avatar Thomas Bernard

updated code to prevent from enterring pdb session

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8251 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2d3c7fe6
......@@ -1111,7 +1111,7 @@ class BasicStructure:
default_selection_root_path = self.report_root_list[0][0]
selection_report_path = self.selection.getReportPath(default = \
(default_selection_report_path,))
pdb.set_trace()
#pdb.set_trace()
if selection_report_path in (None,()):
message = 'report path is empty or not valid'
return [(Message(domain=None, message=message,mapping=None))]
......
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