Fix pre-commit

This commit is contained in:
Daniel A. Wozniak 2023-12-10 17:52:44 -07:00 committed by Daniel Wozniak
parent 589537902e
commit bfc78d7646

View file

@ -1212,7 +1212,9 @@ class Pillar:
for key, val in run.items():
if key not in self.ext_pillars:
log.critical(
"ext_pillar interface named %s is unavailable. Make sure it is placed in the correct directory/location. Check https://docs.saltstack.com/en/latest/ref/configuration/master.html#extension-modules for details.", key
"ext_pillar interface named %s is unavailable. Make sure it is placed in the correct "
"directory/location. Check https://docs.saltstack.com/en/latest/ref/configuration/master.html#extension-modules for details.",
key,
)
continue
try: