]> git.ipfire.org Git - thirdparty/jinja.git/commit
use exception chaining 1503/head
authorDavid Lord <davidism@gmail.com>
Mon, 4 Oct 2021 20:16:13 +0000 (13:16 -0700)
committerDavid Lord <davidism@gmail.com>
Mon, 4 Oct 2021 20:16:13 +0000 (13:16 -0700)
commita99f8c150b65e58dd2e75c951229ad7312ccea9c
tree92659b86fb47663c06a687a4ef0c0e2b97765fc2
parent03146f50c5bab2af15862f405e55c4fd0fbcab08
use exception chaining

fixes flake8-bugbear B904
src/jinja2/filters.py
src/jinja2/lexer.py
src/jinja2/loaders.py
src/jinja2/nodes.py
src/jinja2/utils.py