]> git.dujemihanovic.xyz Git - u-boot.git/commit
patman: Use a ValueError exception if tools.Run() fails
authorSimon Glass <sjg@chromium.org>
Thu, 4 Nov 2021 03:09:14 +0000 (21:09 -0600)
committerSimon Glass <sjg@chromium.org>
Sat, 13 Nov 2021 15:16:39 +0000 (08:16 -0700)
commite5eaf810f94d9fe3d091b3591552def2e4bf4bae
tree9a6d1efd01a38db135291af16114d2141fdc0bb4
parenta51673eb75de328d3471b742e593f04b166591c4
patman: Use a ValueError exception if tools.Run() fails

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@chromium.org>
tools/patman/tools.py