mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
parent
2422dafd52
commit
5f7f971b2c
1 changed files with 1 additions and 1 deletions
|
@ -2304,7 +2304,7 @@ class ClearFuncs(object):
|
|||
self.opts['ext_job_cache']
|
||||
)
|
||||
)
|
||||
except AttributeError:
|
||||
except (AttributeError, KeyError):
|
||||
save_load_func = False
|
||||
log.critical(
|
||||
'The specified returner used for the external job cache '
|
||||
|
|
Loading…
Add table
Reference in a new issue