mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
bug fix
Signed-off-by: marinamoore <mmoore32@calpoly.edu>
This commit is contained in:
parent
1326a01080
commit
9d05ddef25
1 changed files with 1 additions and 1 deletions
|
|
@ -1519,7 +1519,7 @@ def _get_metadata_file(self, metadata_role, remote_filename,
|
|||
|
||||
if metadata_spec_minor_version > code_spec_minor_version or metadata_spec_fix_version > code_spec_fix_version:
|
||||
logger.info("Downloaded metadata that specifies a higher minor " +
|
||||
"spec_version. This code has version " + str(code_spec_version) +
|
||||
"spec_version. This code has version " + str(tuf.SPECIFICATION_VERSION) +
|
||||
"and the metadata lists version number " + str(metadata_spec_version) +
|
||||
". The update will continue as the major versions match.")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue