Skip to content

Commit 69684c2

Browse files
AA-Turneritamaro
andauthored
Update generate-build-details.py
Co-authored-by: Itamar Oren <itamarost@gmail.com>
1 parent eae8c9d commit 69684c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/build/generate-build-details.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def make_paths_relative(data: dict[str, Any], config_path: str | None = None) ->
154154
for part in parents:
155155
container = container[part]
156156
if child not in container:
157-
raise KeyError
157+
raise KeyError(child)
158158
current_path = container[child]
159159
except KeyError:
160160
continue

0 commit comments

Comments
 (0)