forked from LiveCarta/BookConverter
Little changes in .xml
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project name="LawCarta converter project" default="full-build">
|
||||
<project name="LiveCarta converter project" default="full-build">
|
||||
|
||||
<target name="full-build"
|
||||
depends="prepare"
|
||||
|
||||
@@ -80,8 +80,7 @@ class DocxBook(BookSolver):
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
docx_file_path = "../../books/docx/output.docx"
|
||||
docx_file_path = f"../../books/docx/output.docx"
|
||||
logger_object = BookLogger(
|
||||
name="docx", book_id=docx_file_path.split("/")[-1])
|
||||
locker = Event()
|
||||
|
||||
Reference in New Issue
Block a user