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>
Mon, 20 Jul 2020 17:37:47 +0000 (11:37 -0600)
commit0fc2e632f59050332dbc8e06b561cbe0a0534473
tree1b3d54353ca610865d12519b34ee09ab794bebb0
parentdf3fc0757b77dea408a8253bc801573ef19606f2
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