Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(libtofs): “files_switch” mess up the variable defined by “map.jinja”
- “map.jinja” export a variable name as “<tplroot>” - import of “libtofs.jinja” is done with context and has access to “<tplroot>” variable - in “files_switch”, appending the empty string to the “fsl” variable modify globally “<tplroot>['tofs']['files_switch']” * TEMPLATE/libtofs.jinja: initialise “fsl” with a copy of “files_switch_list” instead of a reference.
- Loading branch information