Skip to content

Commit

Permalink
autotest: add missing closing-parenthesis
Browse files Browse the repository at this point in the history
because it is dramatically aesthetically wrong
  • Loading branch information
peterbarker authored and rmackay9 committed Jan 24, 2025
1 parent c1595c6 commit 6413da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/autotest/vehicle_test_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -3181,7 +3181,7 @@ def LoggerDocumentation(self):
# "name" was found in the XML, so was found in an
# @LoggerMessage markup line, but was *NOT* found
# in our bodgy parsing of the C++ code (in a
# Log_Write call or in the static structures
# Log_Write call or in the static structures)
raise NotAchievedException("documented field %s.%s not found in code" %
(name, label))
if len(missing) > 0:
Expand Down

0 comments on commit 6413da9

Please sign in to comment.