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.
run_protoc
1 parent 21be5d7 commit 8ce800cCopy full SHA for 8ce800c
other/tools/run_protoc.sh
@@ -36,6 +36,7 @@ function generate {
36
37
for plugin in ${PLUGIN_LIST}; do
38
39
+ echo " -> [+] Generating bindings for ${plugin}"
40
# Generate protobuf and gRPC files
41
python3 -m grpc_tools.protoc -I${PROTO_DIR}/protos \
42
--python_out=${GENERATED_DIR} \
0 commit comments