mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Pylint fix
This commit is contained in:
parent
196b18146d
commit
d50916ccdd
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ def disabled(name, runas=None):
|
|||
try:
|
||||
plugin_enabled = __salt__['rabbitmq.plugin_is_enabled'](name, runas=runas)
|
||||
except CommandExecutionError as err:
|
||||
ret[result] = False
|
||||
ret['result'] = False
|
||||
ret['comment'] = 'Error: {0}'.format(err)
|
||||
return ret
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue