From 1e77bc72c170945a4e61202fbd320e6f6bed6189 Mon Sep 17 00:00:00 2001
From: Thomas Bernard <thomas@nexedi.com>
Date: Fri, 30 Jun 2006 12:44:59 +0000
Subject: [PATCH] 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
---
 product/ERP5Form/PlanningBox.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5Form/PlanningBox.py b/product/ERP5Form/PlanningBox.py
index 6428522ed1..286a01b0e8 100644
--- a/product/ERP5Form/PlanningBox.py
+++ b/product/ERP5Form/PlanningBox.py
@@ -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))]
-- 
2.30.9