mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Fix typo.
This commit is contained in:
parent
ab7804967b
commit
d7899e536b
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ def __init__(self, metadata_role_name):
|
|||
self.metadata_role_name = metadata_role_name
|
||||
|
||||
def __str__(self):
|
||||
return str(self.metadata_role_name)+' metadata bad signature!'
|
||||
return str(self.metadata_role_name)+' metadata has bad signature!'
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue