Skip to content

Commit 7dafe83

Browse files
committed
Link to github issue
1 parent 118aca0 commit 7dafe83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gazelle/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ py_proto_library(
288288

289289
The default naming convention is `$proto_name$_pb2_py`, so by default in the above example Gazelle would generate `foo_pb2_py`.
290290

291-
Note that the Python library will always be imported as `foo_pb2` in Python code, regardless of the naming convention. Also note that Gazelle is currently not able to map said imports, e.g. `import foo_pb2`, to fill in `py_proto_library` targets as dependencies of other rules.
291+
Note that the Python library will always be imported as `foo_pb2` in Python code, regardless of the naming convention. Also note that Gazelle is currently not able to map said imports, e.g. `import foo_pb2`, to fill in `py_proto_library` targets as dependencies of other rules. See [this issue](https://github.com/bazel-contrib/rules_python/issues/1703).
292292

293293
#### Directive: `python_default_visibility`:
294294

0 commit comments

Comments
 (0)