Skip to content

Commit ca1d310

Browse files
committed
buildifier
1 parent 04faacd commit ca1d310

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
@@ -372,7 +372,7 @@ def _create_venv(ctx, executable, output_prefix, imports, runtime_details):
372372
interpreter_actual_path = runtime.interpreter.short_path # Always relative to .runfiles/${workspace}
373373

374374
escapes = 2 # To escape out of ${target}.venv/bin
375-
escapes += executable.short_path.count("/") # To escape into .runfiles/${workspace}
375+
escapes += executable.short_path.count("/") # To escape into .runfiles/${workspace}
376376

377377
parent = "/".join([".."] * escapes)
378378
rel_path = parent + "/" + interpreter_actual_path

0 commit comments

Comments
 (0)