bug inside decorators.override_template

5 views
Skip to first unread message

sokol

unread,
Dec 2, 2010, 6:05:01 PM12/2/10
to TurboGears
A piece of code inside override_template(controller, template):


for content_type, content_engine in engines.iteritems():
template = template.split(':')
...


Should be at least:


template_str = template
for content_type, content_engine in engines.iteritems():
template = template_str.split(':')
...

Christoph Zwerschke

unread,
Dec 3, 2010, 7:37:13 AM12/3/10
to turbo...@googlegroups.com
Am 03.12.2010 00:05 schrieb sokol:
> A piece of code inside override_template(controller, template):

Thanks, I have reopened http://trac.turbogears.org/ticket/2457 for this.

-- Christoph

Reply all
Reply to author
Forward
0 new messages