From 824fba0878681c677b71251255777a8de41bc44e Mon Sep 17 00:00:00 2001 From: Surferlul Date: Fri, 13 Oct 2023 19:33:47 +0200 Subject: [PATCH] missing fstring --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index eb95d6b..546af4f 100644 --- a/main.py +++ b/main.py @@ -93,7 +93,7 @@ def main() -> None: \t\t\t- Rename the file so the base names match \t- ## The svgs for following drawing are missing""" 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: f.write(file_error) else: