Commit dcf8d749 authored by Vincent Pelletier's avatar Vincent Pelletier

Add a missing space in error message.

Use representations of values instead of bare values to make error message easier to eyeball.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17488 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e5a035dd
......@@ -111,8 +111,8 @@ def getValidCriterionDict(worklist_match_dict, acceptable_key_dict,
elif criterion_id == SECURITY_PARAMETER_ID:
pass
else:
LOG('WorkflowTool_listActions', WARNING, 'Worklist %s' \
'filters on variable %s which is not available ' \
LOG('WorkflowTool_listActions', WARNING, 'Worklist %r' \
' filters on variable %r which is not available ' \
'in catalog. Its value will not be checked.' % \
(workflow_worklist_key, criterion_id))
return valid_criterion_dict, metadata
......
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