-
Notifications
You must be signed in to change notification settings - Fork 18
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
There are some recipe files that re-use JINJA variables to append to themselves. Because the variables table is a dictionary, this means that only 1 JINJA set line will ever be interpreted.
The most simplistic way to handle this case would be do a first-pass-reduction and combine all these variables into 1 long JINJA line. Given how rare this pattern is, that might be the best trade-off to make.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
In progress