forked from LiveCarta/BookConverter
epub converter: bug fix
This commit is contained in:
@@ -188,6 +188,7 @@ class EpubPostprocessor:
|
||||
for i, file in enumerate(not_added):
|
||||
node = NavPoint(Section(f'To check #{i}, filename: {file}', file))
|
||||
self.adjacency_list[-1].append(node)
|
||||
self.added_to_toc_hrefs.add(file)
|
||||
|
||||
def unwrap_all_html_soup(self):
|
||||
# mark
|
||||
|
||||
Reference in New Issue
Block a user