From cacaad1e51c21bbdc948614790fa7d224dce007a Mon Sep 17 00:00:00 2001 From: sreenithi <22791051+sreenithi@users.noreply.github.com> Date: Thu, 30 Oct 2025 07:00:54 +0000 Subject: [PATCH] Automated change: Fix sanity tests --- tools/distrib/python/grpcio_tools/grpc_tools/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)