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 98e3b45 + 7fd8717 commit 2dcb20cCopy full SHA for 2dcb20c
download.py
@@ -84,7 +84,7 @@ def shorten_title(title):
84
if results.overwrite and os.path.exists(output_directory):
85
shutil.rmtree(output_directory)
86
87
- with open('README.md') as readme:
+ with open('README.md',encoding='utf8) as readme:
88
readme_html = mistune.markdown(readme.read())
89
readme_soup = BeautifulSoup.BeautifulSoup(readme_html, "html.parser")
90
0 commit comments