mirror of
https://github.com/bcye/structured-wikivoyage-exports.git
synced 2025-11-01 07:32:45 +00:00
remove exception-returning since it overwrites fail_on_error
This commit is contained in:
@@ -98,5 +98,4 @@ class WikiDumpHandler(xml.sax.ContentHandler):
|
|||||||
# Write to all handlers concurrently
|
# Write to all handlers concurrently
|
||||||
await asyncio.gather(
|
await asyncio.gather(
|
||||||
*[handler.write_entry(entry, uid) for handler in self.handlers],
|
*[handler.write_entry(entry, uid) for handler in self.handlers],
|
||||||
return_exceptions = True,
|
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user