Skip to content

Commit

Permalink
Re-generate protos from latest (#393)
Browse files Browse the repository at this point in the history
Signed-off-by: Chad Wilson <chadw@thoughtworks.com>
Co-authored-by: Srikanth <srikanth.ddit@gmail.com>
  • Loading branch information
chadlwilson and sriv authored Sep 26, 2024
1 parent dceba8a commit f0493d2
Show file tree
Hide file tree
Showing 6 changed files with 861 additions and 305 deletions.
2 changes: 1 addition & 1 deletion genproto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ fi

${GAUGE_PYTHON_COMMAND} -m grpc_tools.protoc -I gauge-proto --python_out=getgauge/messages --grpc_python_out=getgauge/messages gauge-proto/*.proto
git clean -fx
warning="Please update the import staement \n\t'import spec_pb2 as spec__pb2'\n to \n\t'import getgauge.messages.spec_pb2 as spec__pb2'\nin following files -\n\tmessages_pb2.py\n\tlsp_pb2.py\n\tapi_pb2.py
warning="Please update the import statement \n\t'import spec_pb2 as spec__pb2'\n to \n\t'import getgauge.messages.spec_pb2 as spec__pb2'\nin following files -\n\tmessages_pb2.py\n\tlsp_pb2.py\n\tapi_pb2.py
\n\nTHIS IS DONE IN ORDER TO ADDRESS RELATIVE IMPORT ISSUE IN DIFFERENT PYTHON VERSIONS."
echo $warning
185 changes: 96 additions & 89 deletions getgauge/messages/messages_pb2.py

Large diffs are not rendered by default.

21 changes: 11 additions & 10 deletions getgauge/messages/services_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f0493d2

Please sign in to comment.