Skip to content

Commit f22e275

Browse files
committed
fix(rules): drop the unused argument
It seems that there is an extra argument that is there but I am not sure about the reason. It is unused for now.
1 parent 2a19374 commit f22e275

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/private/common/py_executable_bazel.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ def _create_executable(
270270
ctx,
271271
output = executable,
272272
zip_file = zip_file,
273-
python_binary_path = runtime_details.executable_interpreter_path,
274273
stage2_bootstrap = stage2_bootstrap,
275274
runtime_details = runtime_details,
276275
)

0 commit comments

Comments
 (0)