Skip to content

Commit 8ce800c

Browse files
ShafSpecsjulianoes
authored andcommitted
Updated + fixed run_protoc script
1 parent 21be5d7 commit 8ce800c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

other/tools/run_protoc.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ function generate {
3636

3737
for plugin in ${PLUGIN_LIST}; do
3838

39+
echo " -> [+] Generating bindings for ${plugin}"
3940
# Generate protobuf and gRPC files
4041
python3 -m grpc_tools.protoc -I${PROTO_DIR}/protos \
4142
--python_out=${GENERATED_DIR} \

0 commit comments

Comments
 (0)