west manifest: adjust error message

Clarify the user's options a bit more.

Requested-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Martí Bolívar 2023-06-01 14:39:28 -07:00 committed by Carles Cufí
parent 31ac603e03
commit 9e8f5002f2
1 changed files with 5 additions and 2 deletions

View File

@ -567,8 +567,11 @@ class ManifestCommand(_ProjectCommand):
if self.config.get('manifest.project-filter') is not None:
self.die(f'"west manifest --{action}" is not (yet) supported '
'when the manifest.project-filter option is set. '
'Please contact the west developers if you have a '
'use case for this.')
'Please clear the project-filter configuration '
'option and re-run this command, or contact the '
'west developers if you have a use case for resolving '
'the manifest while projects are made inactive by the '
'project filter.')
def _dump(self, args, to_dump):
if args.out: