Skip to content

Commit

Permalink
removed trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mnm678 committed Jun 6, 2019
1 parent 3ae19a1 commit fc2c205
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tuf/client/updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -1511,9 +1511,9 @@ def _get_metadata_file(self, metadata_role, remote_filename,
#report to user if minor versions do not match, continue with update
if metadata_spec_minor_version > code_spec_minor_version:
logger.info("Downloaded metadata that specifies a higher minor " +
"spec_version. This code has version " +
str(tuf.SPECIFICATION_VERSION) +
"and the metadata lists version number " +
"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.")

Expand Down

0 comments on commit fc2c205

Please sign in to comment.