docs(examples): batch conversion doc raises_on_error
(#1147)
Signed-off-by: Clément Doumouro <clement.doumouro@gmail.com>
This commit is contained in:
parent
8ebb0bf1a0
commit
0974ba4e1c
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user