1
0
Fork 0

Tidy up code formatting a bit more

Enable the following Pylint warnings:

  C0322: Operator not preceded by a space
  C0323: Operator not followed by a space
  C0324: Comma not followed by a space

And make the necessary fixes.

Change-Id: I74d74283ad5138cbaf28d492b18614eb355ff9fe
This commit is contained in:
David Pursehouse 2012-11-14 12:09:38 +09:00
parent c1b86a2323
commit 8f62fb7bd3
10 changed files with 28 additions and 28 deletions

View file

@ -431,7 +431,7 @@ def _open_ssh(host, port=None):
'-o','ControlPath %s' % ssh_sock(),
host]
if port is not None:
command_base[1:1] = ['-p',str(port)]
command_base[1:1] = ['-p', str(port)]
# Since the key wasn't in _master_keys, we think that master isn't running.
# ...but before actually starting a master, we'll double-check. This can