Skip to content

Avoid warnings for "non-failure" exceptions in functional algorithms

Sebastien Ponce requested to merge sponce_noWarningFUncAlgo into master

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.

@graven for info and approval

Merge request reports