Quantcast
Channel: Mako: Ticket Query
Viewing all articles
Browse latest Browse all 38

#223: TGPlugin.render method doesn't support unicode template names

$
0
0
Traceback (most recent call last):
  File "/Users/vm/ws/mako/test/test_tgplugin.py", line 48,in test_render
    assert result_lines(tl.render({}, template=u'/index.html'))==[
  File "/Users/vm/ws/mako/mako/ext/turbogears.py", line 57,in render
    return template.render(**info)AttributeError:'unicode'object has no attribute 'render'

Pull request: https://github.com/zzzeek/mako/pull/5


Viewing all articles
Browse latest Browse all 38

Trending Articles