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 7156b57 commit d3d9f5fCopy full SHA for d3d9f5f
python/private/local_runtime_repo.bzl
@@ -292,7 +292,7 @@ def _find_python_exe_from_target(rctx):
292
resolved_path = None
293
describe_failure = lambda: (
294
"Target '{}' could not be resolved to a valid path. " +
295
- "Attempted paths: {paths}".format("\n".join(attempted_paths))
+ "Attempted paths: {paths}".format("\n".join([str(p) for p in attempted_paths]))
296
)
297
return None, describe_failure
298
0 commit comments