Skip to content

Commit 4c497f0

Browse files
committed
fix: return depset
1 parent c70f05a commit 4c497f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/private/py_library.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def _get_venv_symlinks(ctx, dist_info_metadata):
340340
)
341341
venv_symlinks.append(entry)
342342

343-
return venv_symlinks
343+
return depset(venv_symlinks)
344344

345345
def _repo_relative_short_path(short_path):
346346
# Convert `../+pypi+foo/some/file.py` to `some/file.py`

0 commit comments

Comments
 (0)