mirror of
https://github.com/bcye/structured-wikivoyage-exports.git
synced 2025-11-02 08:02:44 +00:00
Merge pull request #42 from bcye/fix/dont-supress-exceptions
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