We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0fbf28 commit e149eb0Copy full SHA for e149eb0
bazel/python_rules.bzl
@@ -199,7 +199,7 @@ def _generate_pb2_grpc_src_impl(context):
199
# is virtual imports
200
out_path = get_include_directory(out_files[0])
201
else:
202
- out_path = context.genfiles_dir.path
+ out_path = out_dir.path
203
arguments += get_plugin_args(
204
context.executable._grpc_plugin,
205
plugin_flags,
0 commit comments