From 6413da902d2798ab7363adbedf75c5e434fa94e9 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Fri, 24 Jan 2025 19:44:11 +1100 Subject: [PATCH] autotest: add missing closing-parenthesis because it is dramatically aesthetically wrong --- Tools/autotest/vehicle_test_suite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/autotest/vehicle_test_suite.py b/Tools/autotest/vehicle_test_suite.py index 7f55259094..efedc2b431 100644 --- a/Tools/autotest/vehicle_test_suite.py +++ b/Tools/autotest/vehicle_test_suite.py @@ -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: