missing fstring
This commit is contained in:
parent
2f51e10218
commit
824fba0878
2
main.py
2
main.py
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user