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.
1 parent 98e3b45 commit 7fd8717Copy full SHA for 7fd8717
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