From a892f22196b8ef335f10cc9fa216df8153269b50 Mon Sep 17 00:00:00 2001 From: William Zhang Date: Tue, 30 Jan 2024 14:31:05 -0800 Subject: [PATCH] fix diagservice jinja templating --- odxtools/templates/macros/printService.xml.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odxtools/templates/macros/printService.xml.jinja2 b/odxtools/templates/macros/printService.xml.jinja2 index 9aa2aa0c..8b507e31 100644 --- a/odxtools/templates/macros/printService.xml.jinja2 +++ b/odxtools/templates/macros/printService.xml.jinja2 @@ -13,7 +13,7 @@ {{-make_xml_attrib("ADDRESSING", service.addressing_raw.value)}} {%- endif %} {%- if service.transmission_mode_raw is not none %} - {{-make_xml_attrib("TRANSMISSION-MODE", service.transmission_mode_raw.value)}}> + {{-make_xml_attrib("TRANSMISSION-MODE", service.transmission_mode_raw.value)}} {%- endif %}> {{pdc.printDiagCommSubtags(service) | indent(1, first=True) }} {%- if service.comparam_refs %}