forked from LiveCarta/BookConverter
Clear font-family value of regex characters
This commit is contained in:
@@ -305,7 +305,7 @@ class EpubConverter:
|
||||
self.adjacency_list[-1].append(nav_point)
|
||||
self.hrefs_added_to_toc.add(nav_point.href)
|
||||
|
||||
def add_not_added_files_to_adjacency_list(self, not_added):
|
||||
def add_not_added_files_to_adjacency_list(self, not_added: list):
|
||||
"""Function add files that not added to adjacency list"""
|
||||
for i, file in enumerate(not_added):
|
||||
nav_point = NavPoint(
|
||||
|
||||
Reference in New Issue
Block a user