We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5e32eb + ffe4a94 commit ce5f016Copy full SHA for ce5f016
scripts/writer.py
@@ -393,4 +393,4 @@ def beautify_string(text: str) -> str:
393
with open(f"{path_to}/index.md", "w", encoding="utf-8") as f:
394
f.write(markdown_file)
395
396
-print(f" Composed article: {path_to}/index.md")
+print(f" Composed article: {path_to}/index.md")
0 commit comments