docs(examples): batch conversion doc raises_on_error (#1147)

Signed-off-by: Clément Doumouro <clement.doumouro@gmail.com>
This commit is contained in:
Clément Doumouro 2025-03-25 11:14:39 +01:00 committed by GitHub
parent 8ebb0bf1a0
commit 0974ba4e1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -154,7 +154,7 @@ def main():
conv_results = doc_converter.convert_all(
input_doc_paths,
raises_on_error=True, # to let conversion run through all and examine results at the end
raises_on_error=False, # to let conversion run through all and examine results at the end
)
success_count, partial_success_count, failure_count = export_documents(
conv_results, output_dir=Path("scratch")