Skip to content

Commit

Permalink
fix missing python path conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisirhc committed Jun 26, 2024
1 parent 8685ee8 commit 4d1b853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/python/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
)

0 comments on commit 4d1b853

Please sign in to comment.