Skip to content

Commit

Permalink
west manifest: adjust error message
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mbolivar-nordic authored and carlescufi committed Jun 2, 2023
1 parent 31ac603 commit 9e8f500
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/west/app/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,8 +567,11 @@ def _die_if_manifest_project_filter(self, action):
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:
Expand Down

0 comments on commit 9e8f500

Please sign in to comment.