summary refs log tree commit diff
path: root/synctl
diff options
context:
space:
mode:
authorsohamg <sohamg2@gmail.com>2019-06-10 19:09:14 +0530
committersohamg <sohamg2@gmail.com>2019-06-10 19:09:14 +0530
commitca7abb129c7a50066cbb39e6cfd4a198e7022d3b (patch)
treeabd377ea6fdcbd2dd9429f2f7887ca885ec107b5 /synctl
parentEdited description to note that the arg will not work with daemonize set in t... (diff)
downloadsynapse-ca7abb129c7a50066cbb39e6cfd4a198e7022d3b.tar.xz
Accidentally reversed pep8 fixed before, fixed now
Diffstat (limited to 'synctl')
-rwxr-xr-xsynctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/synctl b/synctl

index 665eda5132..30d751236f 100755 --- a/synctl +++ b/synctl
@@ -69,7 +69,7 @@ def abort(message, colour=RED, stream=sys.stderr): sys.exit(1) -def start(configfile, daemonize = True): +def start(configfile, daemonize=True): write("Starting ...") args = SYNAPSE