From c8d79a323c6ec9e09e9c31044d2f16a79896217e Mon Sep 17 00:00:00 2001 From: Martin Vrachev Date: Tue, 6 Dec 2022 17:50:13 +0200 Subject: [PATCH] Updater: add missing config docstring Signed-off-by: Martin Vrachev --- tuf/ngclient/updater.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tuf/ngclient/updater.py b/tuf/ngclient/updater.py index 54118268..c0cd8e55 100644 --- a/tuf/ngclient/updater.py +++ b/tuf/ngclient/updater.py @@ -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