mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Merge pull request #2208 from MVrachev/add-docstring
Updater: add missing config docstring
This commit is contained in:
commit
45271efe3b
1 changed files with 2 additions and 0 deletions
|
|
@ -74,6 +74,8 @@ class Updater:
|
|||
downloads. Can be individually set in ``download_target()``
|
||||
fetcher: ``Optional``; ``FetcherInterface`` implementation used to
|
||||
download both metadata and targets. Default is ``RequestsFetcher``
|
||||
config: ``Optional``; ``UpdaterConfig`` could be used to setup common
|
||||
configuration options.
|
||||
|
||||
Raises:
|
||||
OSError: Local root.json cannot be read
|
||||
|
|
|
|||
Loading…
Reference in a new issue