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 f452324 commit 74b1575Copy full SHA for 74b1575
protoc/private/toolchain_impl.bzl
@@ -45,5 +45,5 @@ def protoc_executable(ctx):
45
46
toolchain = ctx.toolchains[PROTOC_TOOLCHAIN_TYPE]
47
if not toolchain:
48
- fail("Couldn't resolve protocol compiler for " + PROTOC_TOOLCHAIN_TYPE)
+ fail("Couldn't resolve protocol compiler for " + str(PROTOC_TOOLCHAIN_TYPE))
49
return toolchain.proto.proto_compiler.executable
0 commit comments