
5 Nov
2021
5 Nov
'21
3:02 a.m.
On Thu, 4 Nov 2021 at 12:53, Heiko Thiery heiko.thiery@gmail.com wrote:
The RunException will be throws when the a command's return_code is not equal zero. With this an external caller can catch that and has access to the command/args, the result code, the stdout and stderr output.
Signed-off-by: Heiko Thiery heiko.thiery@gmail.com
tools/patman/tools.py | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org