mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Fix typo
Signed-off-by: Martin Vrachev <mvrachev@vmware.com>
This commit is contained in:
parent
199b91df3c
commit
8fbe24b487
1 changed files with 1 additions and 1 deletions
|
|
@ -622,7 +622,7 @@ def verify_signature(
|
|||
signature = metadata.signatures[self.keyid]
|
||||
except KeyError:
|
||||
raise exceptions.UnsignedMetadataError(
|
||||
f"no signature for key {self.keyid} found in metadata"
|
||||
f"No signature for key {self.keyid} found in metadata"
|
||||
) from None
|
||||
|
||||
if signed_serializer is None:
|
||||
|
|
|
|||
Loading…
Reference in a new issue