ngclient: return loaded metadata from Updater._load_targets #1507
Labels
backlog
Issues to address with priority for current development goals
enhancement
good first issue
Bite-sized items for first time contributors
ngclient
Description of issue or feature request:
During the traversal of the delegations tree, each targets metadata file is first loaded/downloaded and then "visited".
It would be convenient if
Updater._load_targets
directly returns the loaded metadata to avoid lookup on the next line.Current behavior:
Expected behavior:
The text was updated successfully, but these errors were encountered: