Skip to content

ngclient: Remove obsolete TODOs #1805

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 3, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions tuf/ngclient/_internal/trusted_metadata_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,6 @@
>>> # (RepositoryErrors here stop the update)
>>> with download(Snapshot.type, version) as f:
>>> trusted_set.update_snapshot(f.read())

TODO:
* exceptions are not final: the idea is that client could just handle
a generic RepositoryError that covers every issue that server provided
metadata could inflict (other errors would be user errors), but this is not
yet the case
* Progress through Specification update process should be documented
(not sure yet how: maybe a spec_logger that logs specification events?)
"""

import logging
Expand Down