Skip to content

Commit ef8d846

Browse files
committed
linter
1 parent 3785ea8 commit ef8d846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TC_DA_1_2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ async def test_TC_DA_1_2(self):
388388
try:
389389
cert = x509.load_der_x509_certificate(f.read())
390390
except ValueError:
391-
logging.info(f'File is not a valid certificate, skipping')
391+
logging.info(f'File {filename} is not a valid certificate, skipping')
392392
pass
393393
pub = cert.public_key()
394394
ski = x509.SubjectKeyIdentifier.from_public_key(pub).digest

0 commit comments

Comments
 (0)