mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-28 04:24:26 +01:00
common: report all possible valid paths for invalid ./build-baremetal target
This commit is contained in:
@@ -1094,8 +1094,8 @@ lunch aosp_{}-eng
|
|||||||
is_subpath = True
|
is_subpath = True
|
||||||
if not is_subpath:
|
if not is_subpath:
|
||||||
raise Exception(
|
raise Exception(
|
||||||
'Can only accept targets inside {}, given: {}'.format(
|
'Can only accept targets inside:\n{}\nGiven: {}'.format(
|
||||||
parent,
|
'\n'.join(parents),
|
||||||
subpath
|
subpath
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user