Skip to content
Snippets Groups Projects
Commit d7207172 authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[execution][algorithm] Handle error the same way for all algorithm types

Currently sequential and autonomous algorithms are not treating
errors happening in the process method the same way. This result
in missing information coming back up through beat/beat.core>

This patch fixes this and also ensure that the outputs are
properly closed.

Fixes beat.core#98
parent a22c8063
No related branches found
No related tags found
1 merge request!75Handle error the same way for all algorithm types on execution
Pipeline #40702 passed