Skip to content
Snippets Groups Projects
Unverified Commit ca7abb12 authored by sohamg's avatar sohamg
Browse files

Accidentally reversed pep8 fixed before, fixed now

parent 12f49b22
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment