mirror of https://github.com/zulip/zulip.git
zulip_tools: Fix a typo in a comment.
This commit is contained in:
parent
dcfe9d0dd8
commit
4aaa250623
|
@ -623,7 +623,7 @@ def list_supervisor_processes(*args: str) -> List[str]:
|
|||
universal_newlines=True,
|
||||
stdout=subprocess.PIPE,
|
||||
)
|
||||
# `supercisorctl status` returns 3 if any are stopped, which is
|
||||
# `supervisorctl status` returns 3 if any are stopped, which is
|
||||
# fine here; and exit code 4 is for no such process, which is
|
||||
# handled below.
|
||||
if worker_status.returncode not in (0, 3, 4):
|
||||
|
|
Loading…
Reference in New Issue