From 4d1b8534e7da38c91bf2322c9b1814a4db77a340 Mon Sep 17 00:00:00 2001 From: chua Date: Wed, 26 Jun 2024 03:35:44 +0000 Subject: [PATCH] fix missing python path conversion --- modules/python/BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/python/BUILD.bazel b/modules/python/BUILD.bazel index a35dd0f2..1f05eba3 100644 --- a/modules/python/BUILD.bazel +++ b/modules/python/BUILD.bazel @@ -35,7 +35,7 @@ proto_plugin( proto_plugin( name = "grpclib_plugin", - outputs = ["{protopath}_grpc.py"], + outputs = ["{protopath|python}_grpc.py"], tool = "//grpclib:plugin", visibility = ["//visibility:public"], )