Skip to content
Snippets Groups Projects
Commit 0bd14cc8 authored by kpayson64's avatar kpayson64 Committed by GitHub
Browse files

Merge pull request #11306 from kpayson64/python_reflection

Fix Python reflection arguments
parents e8f565bc f3bb3493
No related branches found
No related tags found
No related merge requests found
......@@ -152,4 +152,4 @@ def enable_server_reflection(service_names, server, pool=None):
pool: DescriptorPool object to use (descriptor_pool.Default() if None).
"""
reflection_pb2_grpc.add_ServerReflectionServicer_to_server(
ReflectionServicer(service_names), server, pool)
ReflectionServicer(service_names, pool), server)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment