aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/distrib/python/check_grpcio_tools.py
diff options
context:
space:
mode:
authorGravatar Masood Malekghassemi <atash@google.com>2016-06-07 15:03:57 -0700
committerGravatar Masood Malekghassemi <atash@google.com>2016-06-07 16:57:14 -0700
commit2dbc217e5e3f44e4b2037601a7c21b650edaa066 (patch)
treed047be93f674278256df7ee0db90a76f8b0086be /tools/distrib/python/check_grpcio_tools.py
parente5d37dd50ef40ac4e6c5f7fe39081d3be4354f5a (diff)
Add common proto files to Python grpcio-tools
Diffstat (limited to 'tools/distrib/python/check_grpcio_tools.py')
-rwxr-xr-xtools/distrib/python/check_grpcio_tools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/distrib/python/check_grpcio_tools.py b/tools/distrib/python/check_grpcio_tools.py
index baf2ff4eff..80c63278f4 100755
--- a/tools/distrib/python/check_grpcio_tools.py
+++ b/tools/distrib/python/check_grpcio_tools.py
@@ -37,7 +37,7 @@ OUT_OF_DATE_MESSAGE = """file {} is out of date
Have you called tools/distrib/python/make_grpcio_tools.py since upgrading protobuf?"""
-check_protoc_lib_deps_content = make.get_deps(make.BAZEL_DEPS_PROTOC_LIB_QUERY)
+check_protoc_lib_deps_content = make.get_deps()
with open(make.GRPC_PYTHON_PROTOC_LIB_DEPS, 'r') as protoc_lib_deps_file:
if protoc_lib_deps_file.read() != check_protoc_lib_deps_content: