Files
zulip/tools
Anders Kaseorg d0f4af5f8c python: Catch JSONDecodeError instead of ValueError when decoding JSON.
These weren’t wrong since orjson.JSONDecodeError subclasses
json.JSONDecodeError which subclasses ValueError, but the more
specific ones express the intention more clearly.

(ujson raised ValueError directly, as did json in Python 2.)

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-08-12 11:59:59 -07:00
..
2020-06-11 16:45:32 -07:00
2020-08-11 10:55:12 -07:00
2020-06-11 16:45:32 -07:00
2020-08-04 16:34:19 -07:00
2020-06-11 16:45:32 -07:00
2020-06-11 16:45:32 -07:00
2020-06-11 16:45:32 -07:00

This directory contains scripts that are used in building, managing, testing, and other forms of work in a Zulip development environment. Note that tools that are also useful in production belong in scripts/ or should be Django management commands.

For more details, see https://zulip.readthedocs.io/en/latest/overview/directory-structure.html.