missing fstring

This commit is contained in:
Surferlul 2023-10-13 19:33:47 +02:00
parent 2f51e10218
commit 824fba0878

View File

@ -93,7 +93,7 @@ def main() -> None:
\t\t\t- Rename the file so the base names match \t\t\t- Rename the file so the base names match
\t- ## The svgs for following drawing are missing""" \t- ## The svgs for following drawing are missing"""
for draw in missing_svgs: for draw in missing_svgs:
file_error += "\n\t\t- `{draw}`" file_error += f"\n\t\t- `{draw}`"
with open(home_md_file, "a") as f: with open(home_md_file, "a") as f:
f.write(file_error) f.write(file_error)
else: else: