[Erp5-report] r24788 - /erp5/trunk/products/ERP5Type/patches/WorkflowTool.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Dec 4 11:06:18 CET 2008


Author: jm
Date: Thu Dec  4 11:06:16 2008
New Revision: 24788

URL: http://svn.erp5.org?rev=24788&view=rev
Log:
Fix r24787: only log worklists names and the exception.

Modified:
    erp5/trunk/products/ERP5Type/patches/WorkflowTool.py

Modified: erp5/trunk/products/ERP5Type/patches/WorkflowTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/patches/WorkflowTool.py?rev=24788&r1=24787&r2=24788&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/patches/WorkflowTool.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/patches/WorkflowTool.py [utf8] Thu Dec  4 11:06:16 2008
@@ -523,7 +523,7 @@
             raise
           LOG('WorkflowTool.listActions', WARNING,
               'Exception while computing worklists: %s'
-              % grouped_worklist_dict,
+              % grouped_worklist_dict.keys(),
               error=sys.exc_info())
         if src__:
           action_list.append(catalog_brain_result)




More information about the Erp5-report mailing list