mirror of https://github.com/zulip/zulip.git
7e020e3dae
In python 3, subprocess uses bytes for input and output if universal_newlines=False (the default). It uses str for input and output if universal_newlines=True. Since we're dealing with strings here, add universal_newlines=True to subprocess.check_output calls. |
||
---|---|---|
.. | ||
__init__.py | ||
create-production-venv | ||
hash_reqs.py | ||
install | ||
log-management-command | ||
pythonrc.py | ||
setup_path_on_import.py | ||
setup_venv.py | ||
unpack-zulip | ||
upgrade-zulip | ||
upgrade-zulip-stage-2 |