Skip to content

Commit e149eb0

Browse files
committed
Fix pb2_grpc out path
1 parent e0fbf28 commit e149eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bazel/python_rules.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def _generate_pb2_grpc_src_impl(context):
199199
# is virtual imports
200200
out_path = get_include_directory(out_files[0])
201201
else:
202-
out_path = context.genfiles_dir.path
202+
out_path = out_dir.path
203203
arguments += get_plugin_args(
204204
context.executable._grpc_plugin,
205205
plugin_flags,

0 commit comments

Comments
 (0)