Commit b48bd28a authored by Vincent Pelletier's avatar Vincent Pelletier

Fix log using an existing string as first argument.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17478 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d2aad094
......@@ -573,7 +573,7 @@ def WorkflowTool_refreshWorklistCache(self):
search_result_kw = {'select_expression': select_expression,
'group_by_expression': group_by_expression,
'query': query}
#LOG('WorklistGeneration', WARNING, 'Using query: %s' % \
#LOG('refreshWorklistCache', WARNING, 'Using query: %s' % \
# (search_result(src__=1, **search_result_kw), ))
catalog_brain_result = search_result(**search_result_kw)
value_column_dict = dict([(x, []) for x in table_column_id_set])
......
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