Re: [PATCH v5 08/13] buildman: Add a flag to control the traceback

2022-02-09 Thread Tom Rini
On Sat, Jan 22, 2022 at 05:07:29AM -0700, Simon Glass wrote: > 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 Applied to u-boot/maste

[PATCH v5 08/13] buildman: Add a flag to control the traceback

2022-01-22 Thread Simon Glass
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 --- (no changes since v1) tools/buildman/cmdline.py | 2 ++ tools/buildman/main.py| 3 +++