mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Fix spelling error
This commit is contained in:
parent
3b9b831875
commit
b7f6becdc8
@ -434,7 +434,7 @@ class ReactWrap(object):
|
||||
ret = l_fun(*f_call.get('args', ()), **f_call.get('kwargs', {}))
|
||||
except Exception:
|
||||
log.error(
|
||||
'Failed to exeute {0}: {1}\n'.format(low['state'], l_fun),
|
||||
'Failed to execute {0}: {1}\n'.format(low['state'], l_fun),
|
||||
exc_info=True
|
||||
)
|
||||
return ret
|
||||
|
Loading…
Reference in New Issue
Block a user