Skip to content

Commit 00be2c7

Browse files
committed
removed html file
1 parent ca51271 commit 00be2c7

File tree

3 files changed

+2
-2616
lines changed

3 files changed

+2
-2616
lines changed

leetcode-book/generate_book.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
def generate(book, version):
1313
print "cleaning html files,", "this might take a while..."
14-
#clean_html_files(book)
14+
clean_html_files(book)
1515
cleaned_html = sorted(glob.glob(book + "*_cleaned.html"))
1616
md_file = book + book[:-1] + version + ".md"
1717
html_file = book + book[:-1] + version + ".html"

0 commit comments

Comments
 (0)