Skip to content

Commit 45271ef

Browse files
authored
Merge pull request #2208 from MVrachev/add-docstring
Updater: add missing config docstring
2 parents 8c0dc4e + c8d79a3 commit 45271ef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tuf/ngclient/updater.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ class Updater:
7474
downloads. Can be individually set in ``download_target()``
7575
fetcher: ``Optional``; ``FetcherInterface`` implementation used to
7676
download both metadata and targets. Default is ``RequestsFetcher``
77+
config: ``Optional``; ``UpdaterConfig`` could be used to setup common
78+
configuration options.
7779
7880
Raises:
7981
OSError: Local root.json cannot be read

0 commit comments

Comments
 (0)