From e149eb031bac5c8f8be40f2a98bb178e32d78443 Mon Sep 17 00:00:00 2001 From: Xuan Wang Date: Wed, 26 Feb 2025 18:37:37 +0000 Subject: [PATCH] Fix pb2_grpc out path --- bazel/python_rules.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazel/python_rules.bzl b/bazel/python_rules.bzl index 7ce50b8393ff9..61f1085aa575d 100644 --- a/bazel/python_rules.bzl +++ b/bazel/python_rules.bzl @@ -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,