[Neo-report] r2253 vincent - /trunk/neo/client/app.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sat Aug 28 09:38:49 CEST 2010


Author: vincent
Date: Sat Aug 28 09:38:49 2010
New Revision: 2253

Log:
Add a FIXME about wrong behaviour.

Modified:
    trunk/neo/client/app.py

Modified: trunk/neo/client/app.py
==============================================================================
--- trunk/neo/client/app.py [iso-8859-1] (original)
+++ trunk/neo/client/app.py [iso-8859-1] Sat Aug 28 09:38:49 2010
@@ -1003,6 +1003,8 @@ class Application(object):
         shuffle(cell_list)
         cell_list.sort(key=self.cp.getCellSortKey)
         for cell in cell_list:
+            # FIXME: we keep overwriting self.local_var.history here, we
+            # should aggregate it instead.
             conn = self.cp.getConnForCell(cell)
             if conn is None:
                 continue





More information about the Neo-report mailing list