forked from LiveCarta/BookConverter
del preset after process
This commit is contained in:
@@ -168,7 +168,7 @@ class BookSolver:
|
|||||||
self.status_wrapper.set_processing()
|
self.status_wrapper.set_processing()
|
||||||
content_dict: Dict[str, List[Dict[Union[str, List]]]] = self.get_converted_book()
|
content_dict: Dict[str, List[Dict[Union[str, List]]]] = self.get_converted_book()
|
||||||
[os.remove(path) for path in [self.book_path,
|
[os.remove(path) for path in [self.book_path,
|
||||||
self.preset_path
|
# self.preset_path
|
||||||
]]
|
]]
|
||||||
self.book_logger.log("Beginning of processing .json output.")
|
self.book_logger.log("Beginning of processing .json output.")
|
||||||
self.status_wrapper.set_generating()
|
self.status_wrapper.set_generating()
|
||||||
|
|||||||
Reference in New Issue
Block a user