diff --git a/tools/distrib/python/grpcio_tools/grpc_tools/command.py b/tools/distrib/python/grpcio_tools/grpc_tools/command.py index ae1df81bbed73..cc27bf2048c56 100644 --- a/tools/distrib/python/grpcio_tools/grpc_tools/command.py +++ b/tools/distrib/python/grpcio_tools/grpc_tools/command.py @@ -44,7 +44,7 @@ def build_package_protos(package_root, strict_mode=False): # Temporarily force set to true to catch failures # TODO(ssreenithi): remove before submitting - strict_mode=True + strict_mode = True proto_files = [] inclusion_root_abs = os.path.abspath(package_root)