We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3785ea8 commit ef8d846Copy full SHA for ef8d846
src/python_testing/TC_DA_1_2.py
@@ -388,7 +388,7 @@ async def test_TC_DA_1_2(self):
388
try:
389
cert = x509.load_der_x509_certificate(f.read())
390
except ValueError:
391
- logging.info(f'File is not a valid certificate, skipping')
+ logging.info(f'File {filename} is not a valid certificate, skipping')
392
pass
393
pub = cert.public_key()
394
ski = x509.SubjectKeyIdentifier.from_public_key(pub).digest
0 commit comments