mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix typo
This commit is contained in:
parent
92fd48fcf7
commit
a7b11024dd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue