Make BaseIndexer.catch_exception=False actually re-raise exceptions instead of silencing them.
Since eed3531328681397f07aa67715bbe59def7f4d98, the 'finally' clause silenced re-raised
exception because it contains a 'return' statement.
Make BaseIndexer.catch_exception=False actually re-raise exceptions instead of… Tags None Subscribers None
Description
Details
|