mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Fix exception name
This commit is contained in:
parent
afe8b3a63a
commit
8eaef81689
1 changed files with 1 additions and 1 deletions
|
|
@ -1078,7 +1078,7 @@ def _get_metadata_file(self, metadata_role, remote_filename,
|
|||
' major version number: ' + repr(SUPPORTED_MAJOR_VERSION))
|
||||
|
||||
except (ValueError, TypeError):
|
||||
raise securesystemslib.excep4tions.FormatError('Improperly'
|
||||
raise securesystemslib.exceptions.FormatError('Improperly'
|
||||
' formatted spec_version, which must be in major.minor.fix format')
|
||||
|
||||
# If the version number is unspecified, ensure that the version number
|
||||
|
|
|
|||
Loading…
Reference in a new issue