mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Fix lint error
This commit is contained in:
parent
210e280ecf
commit
b5ca560b73
@ -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…
Reference in New Issue
Block a user