diff --git a/lib/jinja2_orderblocks/orderblocks.py b/lib/jinja2_orderblocks/orderblocks.py index 688ed06..ad9350c 100644 --- a/lib/jinja2_orderblocks/orderblocks.py +++ b/lib/jinja2_orderblocks/orderblocks.py @@ -1,5 +1,5 @@ # OrderBlocks extension for Jinja2 -# Copyright (C) 2016 Graham Bell +# Copyright (C) 2016-2023 Graham Bell # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -63,7 +63,7 @@ def parse(self, parser): nodes.Compare( block_name, [nodes.Operand('eq', nodes.Const(node.name))]), - [node], [])) + [node], [], [])) block_names.append(node.name)