[Erp5-report] r33910 jerome - /erp5/trunk/products/ERP5/Document/BusinessTemplate.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Mar 19 11:03:14 CET 2010


Author: jerome
Date: Fri Mar 19 11:03:13 2010
New Revision: 33910

URL: http://svn.erp5.org?rev=33910&view=rev
Log:
missing space

Modified:
    erp5/trunk/products/ERP5/Document/BusinessTemplate.py

Modified: erp5/trunk/products/ERP5/Document/BusinessTemplate.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/BusinessTemplate.py?rev=33910&r1=33909&r2=33910&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/BusinessTemplate.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/BusinessTemplate.py [utf8] Fri Mar 19 11:03:13 2010
@@ -1832,7 +1832,7 @@
             # 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:




More information about the Erp5-report mailing list