From 68aaaac9b16d0dc98f3430f2330579e397813e94 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Thu, 2 Jan 2025 17:06:52 +1100 Subject: [PATCH] autotest: correct diagnostic string that "f" in front of an f-string is important --- 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 978483c70e20c..c1701e4dd8241 100644 --- a/Tools/autotest/vehicle_test_suite.py +++ b/Tools/autotest/vehicle_test_suite.py @@ -5279,7 +5279,7 @@ def mission_item_protocol_items_from_filepath(self, ): '''returns a list of mission-item-ints from filepath''' # self.progress("filepath: %s" % filepath) - self.progress("Loading {loaderclass.itemstype()} (%s)" % os.path.basename(filepath)) + self.progress(f"Loading {loaderclass.itemstype()} (%s)" % os.path.basename(filepath)) wploader = loaderclass( target_system=target_system, target_component=target_component