Skip to content

Commit dc48965

Browse files
committed
implement todo
1 parent b777c7d commit dc48965

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/private/py_executable.bzl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,8 @@ def _create_venv_symlinks(ctx, venv_dir_map):
641641
642642
Args:
643643
ctx: current rule ctx
644-
venv_dir_map: todo
644+
venv_dir_map: mapping of VenvSymlinkKind constants to the
645+
venv path.
645646
646647
Returns:
647648
{type}`list[File]` list of the File symlink objects created.

0 commit comments

Comments
 (0)