From c47befd94e11c48b636e7d97c571426612815bc7 Mon Sep 17 00:00:00 2001 From: Abdur-Rahman Fashola Date: Thu, 20 Jun 2024 17:12:49 +0100 Subject: [PATCH] Updated + fixed `run_protoc` script --- other/tools/run_protoc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/other/tools/run_protoc.sh b/other/tools/run_protoc.sh index 78c57fcf..edc24584 100755 --- a/other/tools/run_protoc.sh +++ b/other/tools/run_protoc.sh @@ -36,6 +36,7 @@ function generate { for plugin in ${PLUGIN_LIST}; do + echo " -> [+] Generating bindings for ${plugin}" # Generate protobuf and gRPC files python3 -m grpc_tools.protoc -I${PROTO_DIR}/protos \ --python_out=${GENERATED_DIR} \