Skip to content

Commit 78c62b2

Browse files
committed
doc missing arg
1 parent e0722d0 commit 78c62b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/private/py_executable.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1775,6 +1775,8 @@ def _create_providers(
17751775
stage2_bootstrap: File; the stage 2 bootstrap script.
17761776
app_runfiles: runfiles; the runfiles for the application (deps, etc).
17771777
venv_python_exe: File; the python executable in the venv.
1778+
venv_interpreter_runfiles: runfiles; runfiles specific to the interpreter
1779+
for the venv.
17781780
interpreter_args: list of strings; arguments to pass to the interpreter.
17791781
17801782
Returns:

0 commit comments

Comments
 (0)