Commit 0583c35e authored by Vincent Pelletier's avatar Vincent Pelletier

Make multiple return value retrieval more consistent within this file.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17129 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cc818f24
......@@ -454,7 +454,7 @@ def WorkflowTool_listActions(self, info=None, object=None):
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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment