Skip to content
Snippets Groups Projects
Commit d86080d4 authored by Masood Malekghassemi's avatar Masood Malekghassemi Committed by GitHub
Browse files

Merge pull request #9206 from...

Merge pull request #9206 from soltanmm-google/is-the-world-is-moving-too-fast-or-am-I-moving-too-slow

Add `auto-gen`d comment to `_pb2_grpc.py` files
parents 1ef7b1d6 0d62d7e8
No related branches found
No related tags found
No related merge requests found
...@@ -724,6 +724,9 @@ pair<bool, grpc::string> PrivateGenerator::GetGrpcServices() { ...@@ -724,6 +724,9 @@ pair<bool, grpc::string> PrivateGenerator::GetGrpcServices() {
out = &out_printer; out = &out_printer;
if (generate_in_pb2_grpc) { if (generate_in_pb2_grpc) {
out->Print(
"# Generated by the gRPC Python protocol compiler plugin. "
"DO NOT EDIT!\n");
if (!PrintPreamble()) { if (!PrintPreamble()) {
return make_pair(false, ""); return make_pair(false, "");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment