mirror of
https://github.com/bcye/structured-wikivoyage-exports.git
synced 2025-10-29 14:12:43 +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
|
||||
await asyncio.gather(
|
||||
*[handler.write_entry(entry, uid) for handler in self.handlers],
|
||||
return_exceptions = True,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user