From dcf8d749553f9a7eeea475984abc2eb69df9e02f Mon Sep 17 00:00:00 2001 From: Vincent Pelletier <vincent@nexedi.com> Date: Fri, 9 Nov 2007 10:57:23 +0000 Subject: [PATCH] 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 --- product/ERP5Type/patches/WorkflowTool.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product/ERP5Type/patches/WorkflowTool.py b/product/ERP5Type/patches/WorkflowTool.py index f239746c29..a9654f9783 100644 --- a/product/ERP5Type/patches/WorkflowTool.py +++ b/product/ERP5Type/patches/WorkflowTool.py @@ -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 -- 2.30.9