From 8eaef81689ed1a32fe5c16da8c2f0e44ff6aaade Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Thu, 31 Aug 2017 17:14:52 -0400 Subject: [PATCH] Fix exception name --- tuf/client/updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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