bugfix
This commit is contained in:
parent
1dc826c898
commit
e617645b03
@ -12,7 +12,7 @@ def isNone(obj):
|
||||
return obj is None
|
||||
|
||||
|
||||
def string_template_render(tmp_string, data):
|
||||
def string_template_render(tmplstr, data):
|
||||
te = MyTemplateEngine([])
|
||||
return te.renders(tmplstr, data)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user