mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove erroneous pop statement
This commit is contained in:
parent
56582f293a
commit
10341e8f8b
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ def _pshell_json(cmd, cwd=None):
|
|||
log.debug('PowerShell: %s', cmd)
|
||||
ret = __salt__['cmd.run_all'](cmd, shell='powershell', cwd=cwd)
|
||||
|
||||
ret.pop()
|
||||
if 'pid' in ret:
|
||||
del ret['pid']
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue