|
@@ -458,9 +458,7 @@ def _open_ssh(host, port=None):
|
|
|
# to the log there.
|
|
# to the log there.
|
|
|
pass
|
|
pass
|
|
|
|
|
|
|
|
- command = command_base[:1] + \
|
|
|
|
|
- ['-M', '-N'] + \
|
|
|
|
|
- command_base[1:]
|
|
|
|
|
|
|
+ command = command_base[:1] + ['-M', '-N'] + command_base[1:]
|
|
|
try:
|
|
try:
|
|
|
Trace(': %s', ' '.join(command))
|
|
Trace(': %s', ' '.join(command))
|
|
|
p = subprocess.Popen(command)
|
|
p = subprocess.Popen(command)
|