Commit 68bffb12 by Scott Sturdivant

Don't force accelerate connection for local actions.

parent f6e1bdab
......@@ -186,8 +186,8 @@ class Runner(object):
self.accelerate_port = accelerate_port
self.callbacks.runner = self
if self.accelerate:
# if we're using accelerated mode, force the local
if self.accelerate and self.transport != 'local':
# if we're using accelerated mode, force the
# transport to accelerate
self.transport = "accelerate"
if not self.accelerate_port:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment