aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/helper_scripts
diff options
context:
space:
mode:
authorGravatar Lidi Zheng <lidiz@google.com>2018-11-28 10:30:39 -0800
committerGravatar Lidi Zheng <lidiz@google.com>2018-11-28 10:30:39 -0800
commit53476eced45e9a8a4dd57b9519f42328d763f907 (patch)
treee747135910e1a173d9f202d1d7bdccc75f1b1fae /tools/run_tests/helper_scripts
parent43599facf4c8b42b8a14d0601556f4231d9d10f8 (diff)
Adopt reviewer's suggestions
* Correct the StatusCode * Format code * Use @staticmethod * Fix typo
Diffstat (limited to 'tools/run_tests/helper_scripts')
-rwxr-xr-xtools/run_tests/helper_scripts/build_python.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/helper_scripts/build_python.sh b/tools/run_tests/helper_scripts/build_python.sh
index 27acd9664b..e43f1fb429 100755
--- a/tools/run_tests/helper_scripts/build_python.sh
+++ b/tools/run_tests/helper_scripts/build_python.sh
@@ -189,7 +189,7 @@ pip_install_dir "$ROOT"
$VENV_PYTHON "$ROOT/tools/distrib/python/make_grpcio_tools.py"
pip_install_dir "$ROOT/tools/distrib/python/grpcio_tools"
-# Build/install Chaneelz
+# Build/install Channelz
$VENV_PYTHON "$ROOT/src/python/grpcio_channelz/setup.py" preprocess
$VENV_PYTHON "$ROOT/src/python/grpcio_channelz/setup.py" build_package_protos
pip_install_dir "$ROOT/src/python/grpcio_channelz"