Skip to content

Commit

Permalink
Merge pull request #259 from rivian/fix-diagservice-jinja
Browse files Browse the repository at this point in the history
Remove Extra ">" in DIAG-SERVICE jinja
  • Loading branch information
andlaus authored Jan 31, 2024
2 parents 6a52b40 + a892f22 commit a00a441
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 a00a441

Please sign in to comment.