]> git.ipfire.org Git - thirdparty/jinja.git/commit
Fix macro params being marked to load
authorKevin <kevin@kevin-brown.com>
Sun, 10 May 2020 21:02:21 +0000 (17:02 -0400)
committerKevin <kevin@kevin-brown.com>
Sun, 10 May 2020 21:02:21 +0000 (17:02 -0400)
commitc5bcac08bde582584e53327fe107a125655a4843
treed6133477d2cca1345907e8ee6dc73578aa199e3f
parentb091d41a543e894f3f7ae141532bc0ca74eff037
Fix macro params being marked to load

These are being used as variables within the macro itself so these
should be marked as parameters so they do not escape the scope of the
block.
new_parser.py