mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:17:44 +00:00
Meta: Fix format-string in the port linter
This commit is contained in:
parent
11bcde0bbd
commit
98db3a3ce9
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ def get_and_check_port_patch_list(ports):
|
||||||
all_port_properties[port] = port_properties
|
all_port_properties[port] = port_properties
|
||||||
|
|
||||||
if len(non_patch_files) != 0:
|
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))
|
', '.join(x.name for x in non_patch_files))
|
||||||
all_good = False
|
all_good = False
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue