From 074e7b185f96eecef53e3ac1500188a392cea233 Mon Sep 17 00:00:00 2001 From: Jorik Schellekens Date: Thu, 12 Sep 2019 15:58:32 +0100 Subject: comments --- synctl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'synctl') diff --git a/synctl b/synctl index f1656eb96e..45acece30b 100755 --- a/synctl +++ b/synctl @@ -113,7 +113,8 @@ def start_worker(app: str, configfile: str, worker_configfile: str) -> bool: worker_configfile: path to worker specific yaml synapse file Returns: - boolean stating whether synapse started successfully if daemonize is True + True if the process started successfully + False if there was an error starting the process """ args = [sys.executable, "-B", "-m", app, "-c", configfile, "-c", worker_configfile] -- cgit 1.5.1