mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Merge branch 'repository-tools' of https://github.com/theupdateframework/tuf into repository-tools
This commit is contained in:
commit
b22b769d41
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ try:
|
|||
# signatures, required public keys, etc. write_partial() allows multiple repository maintainers to
|
||||
# independently sign metadata and generate them separately. load_repository() can load partially
|
||||
# written metadata.
|
||||
except tuf.Error, e:
|
||||
except tuf.UnsignedMetadataError, e:
|
||||
print e
|
||||
Not enough signatures for 'path/to/repository/metadata.staged/targets.json'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue