mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix lint error
This commit is contained in:
parent
210e280ecf
commit
b5ca560b73
1 changed files with 0 additions and 1 deletions
|
@ -377,7 +377,6 @@ def get_proxy_bypass(network_service="Ethernet"):
|
|||
|
||||
return reg_val.replace('<local>', '').split(';')
|
||||
|
||||
|
||||
out = __salt__['cmd.run']('networksetup -getproxybypassdomains {0}'.format(network_service))
|
||||
|
||||
return out.split("\n")
|
||||
|
|
Loading…
Add table
Reference in a new issue