Closed fredericmoulins closed 5 years ago
Fix for the commit 759e673 merged with #252.
The jinja expression needs to be enclosed in braces ({{…}}) to be evaluated.
{{…}}
Remove the multiline operator as it returned a quoted string instead of getting the boolean value, and the enclosed jinja expression can be split on several lines.
Thanks
Fix for the commit 759e673 merged with #252.
The jinja expression needs to be enclosed in braces (
{{…}}
) to be evaluated.Remove the multiline operator as it returned a quoted string instead of getting the boolean value, and the enclosed jinja expression can be split on several lines.