Pylint fix

This commit is contained in:
rallytime 2015-10-26 13:59:37 -04:00
parent 196b18146d
commit d50916ccdd

View file

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