From 784fe5aab604633b8dbf4160aa8e5f478535f5da Mon Sep 17 00:00:00 2001 From: David Schneider Date: Wed, 16 Aug 2023 13:06:02 +0200 Subject: [PATCH] Add executor only conditionally --- tools/mapping-tester/config-template.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/mapping-tester/config-template.xml b/tools/mapping-tester/config-template.xml index b819f92a..83263438 100644 --- a/tools/mapping-tester/config-template.xml +++ b/tools/mapping-tester/config-template.xml @@ -31,6 +31,9 @@ {% if mapping.kind.startswith("rbf") %} + {% if mapping.executor %} + + {% endif %} {% endif %} @@ -46,7 +49,9 @@ {% if mapping.kind.startswith("rbf") %} + {% if mapping.executor %} + {% endif %} {% endif %}