[PATCH v4 12/34] patman: Use a ValueError exception if tools.Run() fails

Simon Glass sjg at chromium.org
Sun Nov 14 01:34:30 CET 2021


The Exception base class is a very vague and could be confusing to the
test system. Use the more specific ValueError exception instead.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

(no changes since v1)

 tools/patman/tools.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list