mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-26 20:14:47 +00:00
fix path usage
Signed-off-by: Panos Vagenas <pva@zurich.ibm.com>
This commit is contained in:
parent
e056ec3b60
commit
83d91c7a91
@ -81,7 +81,6 @@ def get_converter():
|
|||||||
|
|
||||||
|
|
||||||
def _test_e2e_docx_conversions_impl(docx_paths: list[Path]):
|
def _test_e2e_docx_conversions_impl(docx_paths: list[Path]):
|
||||||
docx_paths = get_docx_paths()
|
|
||||||
converter = get_converter()
|
converter = get_converter()
|
||||||
|
|
||||||
for docx_path in docx_paths:
|
for docx_path in docx_paths:
|
||||||
|
Loading…
Reference in New Issue
Block a user