Skip to content

Commit 91699ce

Browse files
r-barnesmeta-codesync[bot]
authored andcommitted
Make manifest.py's error message more helpful
Reviewed By: dtolnay, ahornby Differential Revision: D90401236 fbshipit-source-id: 61586f2170994a0413c7b3db8cbdfbc8c8798b1e
1 parent e87508c commit 91699ce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build/fbcode_builder/getdeps/manifest.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,8 +491,7 @@ def _create_fetcher(self, build_options, ctx):
491491
)
492492

493493
raise KeyError(
494-
"project %s has no fetcher configuration or system packages matching %s"
495-
% (self.name, ctx)
494+
f"project {self.name} has no fetcher configuration or system packages matching {ctx} - have you run `getdeps.py install-system-deps --recursive`?"
496495
)
497496

498497
def create_fetcher(self, build_options, loader, ctx):

0 commit comments

Comments
 (0)