mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Lint.
This commit is contained in:
parent
3e38b762bf
commit
c274c7ef6c
2 changed files with 2 additions and 1 deletions
|
@ -34,6 +34,7 @@ def __virtual__():
|
|||
return __virtualname__
|
||||
return False
|
||||
|
||||
|
||||
def chassis_credentials():
|
||||
proxyprefix = __opts__['proxy']['proxytype']
|
||||
(username, password) = __proxy__[proxyprefix+'.find_credentials']()
|
||||
|
|
|
@ -1365,7 +1365,7 @@ def idrac_general(blade_name, command, idrac_password=None,
|
|||
|
||||
if ret['retcode'] == 0:
|
||||
return ret['stdout']
|
||||
else
|
||||
else:
|
||||
return ret
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue