Migrate from broad Exception handling in the filter and collection function to wrapping them into an Exception handled call #72
Labels
improvements / enhancements for the tests
New feature or request
In #67, @edwintorok had a very good observation and good proposals to implement - my @bernhardkaindl comments are inline:
Yes, and:
Yes, this was the intention why the broad Exceptoins are used, Ross told me.
Yes, the filter functions like this and the data retrieval functions (those called from
func_output
) are called from these mid-level functions and we can wrap the calls to these functions into appropiate exception handling and log the exceptions.Yep, that's done.
Yep, if the count of exceptions is higher than expected, we should still finish but give a warning at the end and exit with an error exit status.
In a second step, once the script is cleaned up, if we ever get such exceptions, then we don't need the count anymore and can indicate the exceptions using a message and an error exit status always.
The text was updated successfully, but these errors were encountered: