Remove erroneous pop statement

This commit is contained in:
twangboy 2018-04-12 11:49:30 -06:00
parent 56582f293a
commit 10341e8f8b
No known key found for this signature in database
GPG key ID: 93FF3BDEB278C9EB

View file

@ -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']