Skip to content

Commit a99a254

Browse files
authored
fix: missing args
1 parent 5c4fed9 commit a99a254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyeudiw/trust/dynamic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def get_public_keys(
199199
else:
200200
used_handlers.append(handler.__class__.__name__)
201201

202-
self._log_warning(f"no configured trust handler can successfully process static trust material {static_trust_materials} of issuer {issuer}")
202+
self._log_warning("static trust evaluation", f"no configured trust handler can successfully process static trust material {static_trust_materials} of issuer {issuer}")
203203

204204
# try with handlers that don't use static trust materials like DirectTrustJar
205205
filetered_handlers = [handler for handler in self.handlers if handler.__class__.__name__ not in used_handlers]

0 commit comments

Comments
 (0)