diff --git a/tuf/client/updater.py b/tuf/client/updater.py index edbde093..cad20980 100755 --- a/tuf/client/updater.py +++ b/tuf/client/updater.py @@ -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