From 98db3a3ce99d110a57b0765158a03a4034220cd1 Mon Sep 17 00:00:00 2001 From: EWouters <6179932+EWouters@users.noreply.github.com> Date: Fri, 1 Apr 2022 05:59:03 +0200 Subject: [PATCH] Meta: Fix format-string in the port linter --- Meta/lint-ports.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meta/lint-ports.py b/Meta/lint-ports.py index 23e37effdf..f94dc3e208 100755 --- a/Meta/lint-ports.py +++ b/Meta/lint-ports.py @@ -276,7 +276,7 @@ def get_and_check_port_patch_list(ports): all_port_properties[port] = port_properties if len(non_patch_files) != 0: - print("Ports/{port}/patches contains the following non-patch files:", + print(f"Ports/{port}/patches contains the following non-patch files:", ', '.join(x.name for x in non_patch_files)) all_good = False