[Erp5-report] r8251 - /erp5/trunk/products/ERP5Form/PlanningBox.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jun 30 14:45:00 CEST 2006


Author: thomas
Date: Fri Jun 30 14:44:59 2006
New Revision: 8251

URL: http://svn.erp5.org?rev=8251&view=rev
Log:
updated code to prevent from enterring pdb session

Modified:
    erp5/trunk/products/ERP5Form/PlanningBox.py

Modified: erp5/trunk/products/ERP5Form/PlanningBox.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Form/PlanningBox.py?rev=8251&r1=8250&r2=8251&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Form/PlanningBox.py (original)
+++ erp5/trunk/products/ERP5Form/PlanningBox.py Fri Jun 30 14:44:59 2006
@@ -1111,7 +1111,7 @@
       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))]




More information about the Erp5-report mailing list