]> git.ipfire.org Git - thirdparty/jinja.git/commit
skip template with same name as directory 1081/head
authorDavid Lord <davidism@gmail.com>
Sun, 13 Oct 2019 13:40:54 +0000 (06:40 -0700)
committerDavid Lord <davidism@gmail.com>
Sun, 13 Oct 2019 13:42:44 +0000 (06:42 -0700)
commitaaf13a231cf6b902b7e854e3210ed098afd31480
tree7f55206ad5b5ff17d8dfcec14f9cc7cb596841ba
parent0687adfa865156ae5b3de55a873e5b5add4a7c4d
skip template with same name as directory

When using multiple paths with FileSystemLoader, a template with the
same name as a directory will not prevent loading a template in the
directory.
CHANGES.rst
jinja2/utils.py
tests/res/templates2/foo [new file with mode: 0644]
tests/test_loader.py