Skip to content
Snippets Groups Projects
Commit d5622361 authored by Sebastien Ponce's avatar Sebastien Ponce
Browse files

Avoid warnings for succesful algorithms in functional algorithms

In case an algo ends with an Exception, a warning or error message was always displayed.
But if the exception return code is not a failure, this warning is not welcome.
This is the case for example in an IO algorithm when the end of file is reached.
parent 93443e00
No related branches found
No related tags found
1 merge request!1523Avoid warnings for "non-failure" exceptions in functional algorithms
Pipeline #6536583 passed