##// END OF EJS Templates
merge with stable
Matt Mackall -
r26564:bed9e6c7 merge default
parent child Browse files
Show More
@@ -237,8 +237,6 b' def runsymbol(context, mapping, key):'
237 v = ''
237 v = ''
238 if callable(v):
238 if callable(v):
239 return v(**mapping)
239 return v(**mapping)
240 if isinstance(v, types.GeneratorType):
241 v = list(v)
242 return v
240 return v
243
241
244 def buildtemplate(exp, context):
242 def buildtemplate(exp, context):
General Comments 0
You need to be logged in to leave comments. Login now