From ba9825739a8260d8c2aff9f6301f08871da0d353 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Bol=C3=ADvar?= Date: Mon, 3 Feb 2020 13:01:40 -0800 Subject: [PATCH] manifest: fix docstring MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martí Bolívar --- src/west/manifest.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/west/manifest.py b/src/west/manifest.py index 4234ec5..cf3b2b6 100644 --- a/src/west/manifest.py +++ b/src/west/manifest.py @@ -334,6 +334,9 @@ class Manifest: - `MalformedManifest`: if the manifest data is invalid + - `ManifestImportFailed`: if the manifest could not be + resolved due to import errors + - `ManifestVersionError`: if this version of west is too old to parse the manifest