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 7a37d5d commit 363780aCopy full SHA for 363780a
python/private/py_exec_tools_toolchain.bzl
@@ -152,7 +152,7 @@ def _current_interpreter_executable_impl(ctx):
152
target_path = interpreter_basename + ".runfiles/" + interpreter_actual_path
153
ctx.actions.symlink(output = executable, target_path = target_path)
154
else:
155
- interpreter_basename = paths.basename(runtime.interpreter.interpreter_path)
+ interpreter_basename = paths.basename(runtime.interpreter_path)
156
executable = ctx.actions.declare_symlink(interpreter_basename)
157
direct.append(executable)
158
target_path = runtime.interpreter_path
0 commit comments