Skip to content

Commit bfc78d7

Browse files
committed
Fix pre-commit
1 parent 5895379 commit bfc78d7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

salt/pillar/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,9 @@ def ext_pillar(self, pillar, errors=None):
12121212
for key, val in run.items():
12131213
if key not in self.ext_pillars:
12141214
log.critical(
1215-
"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
1215+
"ext_pillar interface named %s is unavailable. Make sure it is placed in the correct "
1216+
"directory/location. Check https://docs.saltstack.com/en/latest/ref/configuration/master.html#extension-modules for details.",
1217+
key,
12161218
)
12171219
continue
12181220
try:

0 commit comments

Comments
 (0)