Commit e46a77f7 authored by Jérome Perrin's avatar Jérome Perrin

missing space


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33910 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3d5896f6
......@@ -1832,7 +1832,7 @@ class PortalTypeWorkflowChainTemplateItem(BaseTemplateItem):
# here, we use 'LOG' instead of 'raise', because it can
# happen when a workflow is removed from the chain by
# another business template.
LOG('BusinessTemplate', WARNING, 'workflow %s not found'\
LOG('BusinessTemplate', WARNING, 'workflow %s not found '\
'in chain for portal_type %s' % (workflow_name, portal_type))
self._objects.setdefault(portal_type, []).append(workflow_name)
elif not self.is_bt_for_diff:
......
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