You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, this fix breaks this [http://docs.pythonweb.org/display/pylonscookbook/An+Alternative+ToscaWidgets+Setup+with+Mako ToscaWidgets recipe] because the middleware passes "mako.directories" as part of tmpl_options, and Template.init no longer takes a "directories" keyword. However, TemplateLookup does, so the change needs to keep passing "directories" to TemplateLookup, but not to Template.init.
Migrated issue, originally created by Anonymous
TGPlugin currently doesn't pass options passed to the constructor when instantiating a Template from a template_string. Attached patch fixes it
Alberto
Attachments: options_when_tpl_string.diff
The text was updated successfully, but these errors were encountered: