We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae24ef6 commit a25df94Copy full SHA for a25df94
python/private/py_executable_bazel.bzl
@@ -312,7 +312,7 @@ def _create_executable(
312
))
313
314
# The interpreter is added this late in the process so that it isn't
315
- # added to the files that zipping processes.
+ # added to the zipped files.
316
if venv:
317
extra_runfiles = extra_runfiles.merge(ctx.runfiles([venv.interpreter]))
318
return create_executable_result_struct(
0 commit comments