Skip to content

Commit ee5e02b

Browse files
Update python/private/venv_runfiles.bzl
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent df77fa5 commit ee5e02b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/private/venv_runfiles.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ def _merge_venv_path_group(ctx, group, keep_map):
153153
154154
Args:
155155
ctx: {type}`ctx` current ctx.
156-
group: {type}`dict[str, VenvSymlinkEntry]` map of prefixes and their
157-
values. Keys are the venv kind relative prefix.
156+
group: {type}`list[VenvSymlinkEntry]` a group of entries with overlapping
157+
`venv_path` prefixes, ordered from shortest to longest path.
158158
keep_map: {type}`dict[str, str|File]` files kept after merging are
159159
populated into this map.
160160
"""

0 commit comments

Comments
 (0)