Skip to content

Commit

Permalink
Updated + fixed run_protoc script
Browse files Browse the repository at this point in the history
  • Loading branch information
ShafSpecs committed Jun 20, 2024
1 parent 9d7ade2 commit c47befd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions other/tools/run_protoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down

0 comments on commit c47befd

Please sign in to comment.