mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
zulip_tools: Fix a typo in a comment.
This commit is contained in:
committed by
Tim Abbott
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):
|
||||
|
||||
Reference in New Issue
Block a user