mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
fix typo
This commit is contained in:
parent
c57a9551a0
commit
d63b083528
@ -1065,7 +1065,7 @@ class AESFuncs(object):
|
||||
try:
|
||||
ret = getattr(self, func)(load)
|
||||
except AttributeError as exc:
|
||||
log.error(('Received function {0} which in unavailable on the '
|
||||
log.error(('Received function {0} which is unavailable on the '
|
||||
'master, returning False').format(exc))
|
||||
return self.crypticle.dumps(False)
|
||||
# Don't encrypt the return value for the _return func
|
||||
|
Loading…
Reference in New Issue
Block a user