diff options
author | sohamg <sohamg2@gmail.com> | 2019-06-10 18:28:20 +0530 |
---|---|---|
committer | sohamg <sohamg2@gmail.com> | 2019-06-10 18:28:20 +0530 |
commit | 0afcbc65cbbceb78cd65ec21b13d729ba60e2f8c (patch) | |
tree | e65de42d9cc852abe46a08c1bb6d64d7b925e1da | |
parent | Added changelog file. (diff) | |
download | synapse-0afcbc65cbbceb78cd65ec21b13d729ba60e2f8c.tar.xz |
Resolved pep8 extra spacing issue
-rwxr-xr-x | synctl | 2 |
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 |