mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix module path to SaltCacheError
* salt.exception.SaltCacheError => salt.exceptions.SaltCacheError ^
This commit is contained in:
parent
ce4c64a2e3
commit
3d2ee4297d
1 changed files with 1 additions and 1 deletions
|
@ -1190,7 +1190,7 @@ class AESFuncs(object):
|
|||
try:
|
||||
salt.utils.job.store_job(
|
||||
self.opts, load, event=self.event, mminion=self.mminion)
|
||||
except salt.exception.SaltCacheError:
|
||||
except salt.exceptions.SaltCacheError:
|
||||
log.error('Could not store job information for load: {0}'.format(load))
|
||||
|
||||
def _syndic_return(self, load):
|
||||
|
|
Loading…
Add table
Reference in a new issue