apache / airavata-mft

Apache Airavata Managed File Transfer Services
https://airavata.apache.org
Apache License 2.0
32 stars 39 forks source link

Update Python stub generation docs to include CredCommon.proto #39

Closed machristie closed 3 years ago

machristie commented 3 years ago

MFTApi.proto depends on CredCommon.proto, so the Python stub generation code needs to be similarly updated. This change generates the stubs for CredCommon.proto and then also includes CredCommon.proto on the proto_path when generating the MFTApi.proto stubs.