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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Oct 23 15:50:57 CEST 2007


Author: vincent
Date: Tue Oct 23 15:50:57 2007
New Revision: 17129

URL: http://svn.erp5.org?rev=17129&view=rev
Log:
Make multiple return value retrieval more consistent within this file.

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=17129&r1=17128&r2=17129&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/patches/WorkflowTool.py (original)
+++ erp5/trunk/products/ERP5Type/patches/WorkflowTool.py Tue Oct 23 15:50:57 2007
@@ -454,7 +454,7 @@
       acceptable_key_dict = portal_catalog.getSQLCatalog().getColumnMap()
       # Get a list of dict of WorklistVariableMatchDict grouped by compatible
       # conditions
-      worklist_list_grouped_by_condition, worklist_metadata = \
+      (worklist_list_grouped_by_condition, worklist_metadata) = \
         groupWorklistListByCondition(
           worklist_dict=worklist_dict,
           acceptable_key_dict=acceptable_key_dict,




More information about the Erp5-report mailing list