Skip to content

Improve error handling on algorithm local execution

Samuel GAIST requested to merge local_executor_improve_error_handling into master

Currently, when an error occurred in one of the scripts, it could just hang or the error itself wasn't properly processed.

This patch improves exception handling as well as error message returned.

Merge request reports