This is an automated email from the ASF dual-hosted git repository.
dimuthuupe pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-mft.git
The following commit(s) were added to refs/heads/develop by this push:
new 7c17490 Update stub generation docs to include CredCommon.proto
7c17490 is described below
commit 7c17490ec9a914351e785843b174080b71d5ecb4
Author: Marcus Christie <[email protected]>
AuthorDate: Wed May 26 12:24:26 2021 -0400
Update stub generation docs to include CredCommon.proto
---
examples/src/main/python/readme.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/examples/src/main/python/readme.md
b/examples/src/main/python/readme.md
index 1077d60..4c9a972 100644
--- a/examples/src/main/python/readme.md
+++ b/examples/src/main/python/readme.md
@@ -7,4 +7,5 @@ mkdir -p google/api
curl
https://raw.githubusercontent.com/googleapis/googleapis/master/google/api/annotations.proto
> google/api/annotations.proto
curl
https://raw.githubusercontent.com/googleapis/googleapis/master/google/api/http.proto
> google/api/http.proto
-python -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=.
--proto_path=../../../../api/stub/src/main/proto/ MFTApi.proto
+python -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=.
--proto_path=../../../../common/mft-common-proto/src/main/proto/
CredCommon.proto
+python -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=.
--proto_path=../../../../api/stub/src/main/proto/
--proto_path=../../../../common/mft-common-proto/src/main/proto/ MFTApi.proto