zulip/tools/lib
Anders Kaseorg ccad00b7e9 provision: Suppress exception chaining for CalledProcessError retries.
When exception is raised inside an exception handler, Python 3
helpfully prints both tracebacks separated by “During handling of the
above exception, another exception occurred:”.  But when we’re using
an exception handler to retry the same operation, multiple tracebacks
are just noise.  Suppress the earlier one using PEP 409 syntax.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-03-03 16:25:03 -08:00
..
__init__.py
capitalization.py notifications: Fix composebox notification escaping 2021-02-17 14:04:30 -08:00
git-tools.bash tools: Give `require_clean_work_tree` our nice UI touches. 2020-04-06 17:52:10 -07:00
gitlint-rules.py lint: Re-enable imperative-mood checking. 2021-02-23 14:54:07 -08:00
html_branches.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
pretty_print.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
provision.py provision: Suppress exception chaining for CalledProcessError retries. 2021-03-03 16:25:03 -08:00
provision_inner.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
sanity_check.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
template_parser.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
test_script.py tools: Change help message for skip-provision-check argument. 2021-03-03 09:17:49 -08:00
test_server.py tools: Rename force argument to skip-provision-check 2021-03-03 09:17:49 -08:00