]> git.sur5r.net Git - u-boot/commit
patman: Adjust command.Output() to raise an error by default
authorSimon Glass <sjg@chromium.org>
Tue, 26 Jul 2016 00:59:00 +0000 (18:59 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 19 Sep 2016 03:04:38 +0000 (21:04 -0600)
commit785f1548a9e74cf4796c96e6f32ed67b25f79b81
tree33e5bf6ef78a66caf34372759283f3affb6a0f86
parent49afb37988a397ce215e99563e0ab5d2970c6a39
patman: Adjust command.Output() to raise an error by default

It is more useful to have this method raise an error when something goes
wrong. Make this the default and adjust the few callers that don't want to
use it this way.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/control.py
tools/patman/checkpatch.py
tools/patman/command.py
tools/patman/gitutil.py