commit | 838ddf33a046ebe78d22e790a4d32bb6e96e4bbd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jan 22 05:07:29 2022 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 08 23:07:59 2022 -0500 |
tree | 07b0a52d4688e94d104d848e324d9f12e1215bde | |
parent | c27d22d5be927b50da2d7ea423be603a6b1d8bc4 [diff] |
buildman: Add a flag to control the traceback At present the full horror of the Python traceback is shown by default. It is normally only useful for debugging. Turn it off by default and add a --debug flag to enable it. Signed-off-by: Simon Glass <sjg@chromium.org>