See ChangeLog.

This commit is contained in:
Giuseppe Attardi 2015-06-03 00:06:35 +02:00
parent 147e36df5b
commit c15d93c40a

View File

@ -298,7 +298,7 @@ class Template(list):
extractor.maxParameterRecursionLevels) extractor.maxParameterRecursionLevels)
return '' return ''
return ''.join([tpl.subst(params, extractor, depth+1) for tpl in self]) return ''.join([tpl.subst(params, extractor, depth) for tpl in self])
def __str__(self): def __str__(self):
return ''.join([unicode(x) for x in self]) return ''.join([unicode(x) for x in self])