mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-05 23:43:58 -04:00
autotest: add missing closing-parenthesis
because it is dramatically aesthetically wrong
This commit is contained in:
parent
c1595c6cf1
commit
6413da902d
@ -3181,7 +3181,7 @@ class TestSuite(ABC):
|
||||
# "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:
|
||||
|
Loading…
Reference in New Issue
Block a user