Skip to content

Commit

Permalink
Merge branch 'trishankatdatadog/correctly-rotate-root' of github.com:…
Browse files Browse the repository at this point in the history
…trishankatdatadog/tuf into trishankatdatadog/correctly-rotate-root

Signed-off-by: Trishank K Kuppusamy <trishank.kuppusamy@datadoghq.com>
  • Loading branch information
trishankatdatadog committed Oct 4, 2019
2 parents 224bba7 + e34bdcc commit cd2a361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tuf/client/updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -1148,7 +1148,7 @@ def neither_403_nor_404(mirror_error):
# Thoroughly verify it.
self._update_metadata('root', DEFAULT_ROOT_UPPERLENGTH,
version=next_version)
# When we run into HTTP 403 /404 error from ALL mirrors, break out of
# When we run into HTTP 403/404 error from ALL mirrors, break out of
# loop, because the next root metadata file is most likely missing.
except tuf.exceptions.NoWorkingMirrorError as exception:
for mirror_error in exception.mirror_errors.values():
Expand Down

0 comments on commit cd2a361

Please sign in to comment.