Skip to content

Commit

Permalink
fix diagservice jinja templating
Browse files Browse the repository at this point in the history
  • Loading branch information
willzhang05 committed Jan 30, 2024
1 parent 6a52b40 commit a892f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odxtools/templates/macros/printService.xml.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit a892f22

Please sign in to comment.