reformatted the code

Signed-off-by: Peter Staar <taa@zurich.ibm.com>
This commit is contained in:
Peter Staar 2024-12-04 16:24:27 +01:00
parent b0fc1e7189
commit 89487dd76e

View File

@ -114,7 +114,7 @@ def export_documents(
with fname.open("w", encoding="utf8") as fp:
_log.info(f"writing HTML output to {fname}")
fp.write(conv_res.document.export_to_html())
# Export Text format:
if export_txt:
fname = output_dir / f"{doc_filename}.txt"