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
As of Pyramid 1.4 spaces are no longer accepted in the path names when rendering mako templates (changed in this commit: f71ed59#L1L79). Since no one else has noticed yet I don't know if this needs a bug fix, but it should at least be documented that the file path cannot have spaces.
For example a renderer argument to view config such as the following would fail when looking up the template:
@view_config(renderer='/templates/test space/mytemplate.mako')
The text was updated successfully, but these errors were encountered:
As of Pyramid 1.4 spaces are no longer accepted in the path names when rendering mako templates (changed in this commit: f71ed59#L1L79). Since no one else has noticed yet I don't know if this needs a bug fix, but it should at least be documented that the file path cannot have spaces.
For example a renderer argument to view config such as the following would fail when looking up the template:
@view_config(renderer='/templates/test space/mytemplate.mako')
The text was updated successfully, but these errors were encountered: