[Erp5-report] r21994 - /erp5/trunk/products/ERP5/Document/TextDocument.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jun 27 02:45:51 CEST 2008


Author: yo
Date: Fri Jun 27 02:45:50 2008
New Revision: 21994

URL: http://svn.erp5.org?rev=21994&view=rev
Log:
Skip more, if fails.

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

Modified: erp5/trunk/products/ERP5/Document/TextDocument.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/TextDocument.py?rev=21994&r1=21993&r2=21994&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/TextDocument.py (original)
+++ erp5/trunk/products/ERP5/Document/TextDocument.py Fri Jun 27 02:45:50 2008
@@ -161,7 +161,7 @@
           mapping = guarded_getattr(self, method_id)(**kw)
         except AttributeError:
           LOG('TextDocument', WARNING, 'could not get the substitution mapping method %s from %r, so the content will not be substituted.' % (method_id, self))
-          mapping = {}
+          return text
 
         is_str = isinstance(text, str)
         if is_str:




More information about the Erp5-report mailing list