summary refs log tree commit diff
diff options
context:
space:
mode:
authorsohamg <sohamg2@gmail.com>2019-06-10 18:28:20 +0530
committersohamg <sohamg2@gmail.com>2019-06-10 18:28:20 +0530
commit0afcbc65cbbceb78cd65ec21b13d729ba60e2f8c (patch)
treee65de42d9cc852abe46a08c1bb6d64d7b925e1da
parentAdded changelog file. (diff)
downloadsynapse-0afcbc65cbbceb78cd65ec21b13d729ba60e2f8c.tar.xz
Resolved pep8 extra spacing issue
-rwxr-xr-xsynctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/synctl b/synctl

index 601ca41fc3..651cf396d7 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