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:
parent
31ac603e03
commit
9e8f5002f2
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue