HomeSoftware Heritage

Make BaseIndexer.catch_exception=False actually re-raise exceptions instead of…

Description

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.