mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
solve AttributeError: 'module' object has no attribute 'exception'
This commit is contained in:
parent
6f7fda0354
commit
eaf42ca892
1 changed files with 1 additions and 1 deletions
|
@ -1275,7 +1275,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