Skip to content

Make raise_on_errors a member and use it in _exec

Samuel GAIST requested to merge improve_raise_on_errors_handling into 1.6.x

This allows to be coherent when running a command and docker is not installed.

For example _discover_environment will fail even if raise_on_errors is set to False if docker is not installed. This patch fixes that.

Merge request reports