Skip to content

Commit a25df94

Browse files
rickeylevaignas
andauthored
Update python/private/py_executable_bazel.bzl
Co-authored-by: Ignas Anikevicius <[email protected]>
1 parent ae24ef6 commit a25df94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/private/py_executable_bazel.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def _create_executable(
312312
))
313313

314314
# The interpreter is added this late in the process so that it isn't
315-
# added to the files that zipping processes.
315+
# added to the zipped files.
316316
if venv:
317317
extra_runfiles = extra_runfiles.merge(ctx.runfiles([venv.interpreter]))
318318
return create_executable_result_struct(

0 commit comments

Comments
 (0)