mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
fix typo
This commit is contained in:
parent
92fd48fcf7
commit
a7b11024dd
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user