Skip to content

Commit e5326a7

Browse files
committed
fixup
1 parent c1b61ab commit e5326a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/private/proto/py_proto_library.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ def py_proto_library(**kwargs):
2525
symbol_name = "py_proto_library",
2626
new_load = "@com_google_protobuf//bazel:py_proto_library.bzl",
2727
old_load = "@rules_python//python:proto.bzl",
28-
snippet = render.call(name, **{k: repr(v) for k, v in kwargs.items()}),
28+
snippet = render.call(**{k: repr(v) for k, v in kwargs.items()}),
2929
)
3030
)

0 commit comments

Comments
 (0)