patman: Add a -D option to enable debugging
authorSimon Glass <sjg@chromium.org>
Mon, 6 Jul 2020 03:41:59 +0000 (21:41 -0600)
committerSimon Glass <sjg@chromium.org>
Sat, 25 Jul 2020 01:25:15 +0000 (19:25 -0600)
commitc9360f1626cfe1d6af8d06e5e8fd6cec14c5a839
treea9c7b4f2f457e0a44d3aa6233a0c3ded0ebb53ea
parent7207e2b984c1bdd58658a9be384fc627770e86c2
patman: Add a -D option to enable debugging

Most users don't want to see traceback errors. Add an option to enable
them for debugging. Disable them by default.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/main.py