From 0c7253a1d487a2e9a55b08473f3b2f7e3169b489 Mon Sep 17 00:00:00 2001 From: Carsten Heinz Date: Mon, 15 Apr 2024 23:28:54 +0200 Subject: [PATCH] No double braces in genus template --- src/script_fmt/genus_tcl.tera | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/script_fmt/genus_tcl.tera b/src/script_fmt/genus_tcl.tera index 40333239..81ed5286 100644 --- a/src/script_fmt/genus_tcl.tera +++ b/src/script_fmt/genus_tcl.tera @@ -1,7 +1,7 @@ # {{ HEADER_AUTOGEN }} -if [ info exists search_path ] {{ '{{' }} +if [ info exists search_path ] {{ '{' }} set search_path_initial $search_path -{{ '}}' }} +{{ '}' }} set ROOT "{{ root }}" {% if compilation_mode == 'separate' %}{% for group in srcs %} set search_path $search_path_initial