mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
removed unused ret variable
This commit is contained in:
parent
5ac8103568
commit
ecef895229
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ def get( name ):
|
|||
salt '*' sysctl.get net.ipv4.ip_forward
|
||||
'''
|
||||
cmd = 'sysctl -n %s' % name
|
||||
ret = {}
|
||||
out = subprocess.Popen(cmd,
|
||||
shell=True,
|
||||
stdout=subprocess.PIPE).communicate()[0]
|
||||
|
|
Loading…
Add table
Reference in a new issue