mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 19:06:09 +00:00
Subprocess.CalledProcessError's __init__ takes 4 arguments out of which 2 are optional. It is being passed 2 arguments in zulip_tools.py. However, python 3 stubs are incorrect and only 1 argument has been marked as default. See https://github.com/python/typeshed/pull/329. Add '# type: ignore' to that line so that mypy check passes in python 3 mode.
2.2 KiB
Executable File
2.2 KiB
Executable File