commit | 785f1548a9e74cf4796c96e6f32ed67b25f79b81 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 25 18:59:00 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sun Sep 18 21:04:38 2016 -0600 |
tree | 33e5bf6ef78a66caf34372759283f3affb6a0f86 | |
parent | 49afb37988a397ce215e99563e0ab5d2970c6a39 [diff] |
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>