[Erp5-report] r44533 jerome - /erp5/trunk/products/ERP5/ExplanationCache.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Mar 23 12:09:18 CET 2011


Author: jerome
Date: Wed Mar 23 12:09:18 2011
New Revision: 44533

URL: http://svn.erp5.org?rev=44533&view=rev
Log:
don't make the usual path mistake in comments

Modified:
    erp5/trunk/products/ERP5/ExplanationCache.py

Modified: erp5/trunk/products/ERP5/ExplanationCache.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/ExplanationCache.py?rev=44533&r1=44532&r2=44533&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/ExplanationCache.py [utf8] (original)
+++ erp5/trunk/products/ERP5/ExplanationCache.py [utf8] Wed Mar 23 12:09:18 2011
@@ -130,7 +130,7 @@ class ExplanationCache:
         updatePathDict(simulation_movement)
     
     # Build result by browsing path_dict and
-    # assembling path '/erp5/portal_simulation/1/34/23/43%'
+    # assembling path '/erp5/portal_simulation/1/34/23/43/%'
     result = []
     def browsePathDict(prefix, local_path_dict):
       for key, value in local_path_dict.items():



More information about the Erp5-report mailing list