chore(make.py): linting
icyphox icyph0x@protonmail.com
Sat, 17 Mar 2018 19:32:55 +0530
1 files changed,
0 insertions(+),
1 deletions(-)
jump to
M
make.py
→
make.py
@@ -41,7 +41,6 @@ html_text = markdown_render(page)
html_path = os.path.splitext(os.path.join(BUILD_PATH, page))[0] if not os.path.exists(html_path): os.mkdir(html_path) - html_file = os.path.splitext(page)[0] + '.html' output = jinja_render(html_text, template_file) with open(os.path.join(html_path, 'index.html'), 'w') as f: f.write(output)