Skip to content

Commit

Permalink
Fix pb2_grpc out path
Browse files Browse the repository at this point in the history
  • Loading branch information
XuanWang-Amos committed Feb 26, 2025
1 parent e0fbf28 commit e149eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/python_rules.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def _generate_pb2_grpc_src_impl(context):
# is virtual imports
out_path = get_include_directory(out_files[0])
else:
out_path = context.genfiles_dir.path
out_path = out_dir.path
arguments += get_plugin_args(
context.executable._grpc_plugin,
plugin_flags,
Expand Down

0 comments on commit e149eb0

Please sign in to comment.