Skip to content
Snippets Groups Projects
Commit 0d62d7e8 authored by Masood Malekghassemi's avatar Masood Malekghassemi
Browse files

Add `auto-gen`d comment to `_pb2_grpc.py` files

parent ddebfa65
No related branches found
No related tags found
No related merge requests found
......@@ -724,6 +724,9 @@ pair<bool, grpc::string> PrivateGenerator::GetGrpcServices() {
out = &out_printer;
if (generate_in_pb2_grpc) {
out->Print(
"# Generated by the gRPC Python protocol compiler plugin. "
"DO NOT EDIT!\n");
if (!PrintPreamble()) {
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