This commit is contained in:
Sergey Kacheev 2016-02-13 23:16:58 +06:00
parent 92fd48fcf7
commit a7b11024dd

View File

@ -1300,7 +1300,7 @@ def _linux_remotes_on(port, which_end):
try:
data = subprocess.check_output(
['lsof', '-iTCP:{0:d}'.format(port), '-n', '-P' '-V'] # pylint: disable=minimum-python-version
['lsof', '-iTCP:{0:d}'.format(port), '-n', '-P'] # pylint: disable=minimum-python-version
)
except subprocess.CalledProcessError as ex:
if ex.returncode == 1: