aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/sanity
diff options
context:
space:
mode:
authorGravatar Bill Feng <yfen@google.com>2018-08-28 12:14:52 -0700
committerGravatar Bill Feng <yfen@google.com>2018-08-28 12:14:52 -0700
commit90e646e7d8272b6d746d746b9ae6058b8c016f46 (patch)
treec46e86919046a30ce93e6b14e5111c1a81df47f8 /tools/run_tests/sanity
parent918427237c0bd65f2500c3b0b3ffbd003f100797 (diff)
yapf fix
Diffstat (limited to 'tools/run_tests/sanity')
-rwxr-xr-xtools/run_tests/sanity/check_qps_scenario_changes.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/run_tests/sanity/check_qps_scenario_changes.py b/tools/run_tests/sanity/check_qps_scenario_changes.py
index 35f997a2cb..635fee6a60 100755
--- a/tools/run_tests/sanity/check_qps_scenario_changes.py
+++ b/tools/run_tests/sanity/check_qps_scenario_changes.py
@@ -28,6 +28,6 @@ json_run_localhost_bzl = 'test/cpp/qps/json_run_localhost_scenarios.bzl'
if qps_json_driver_bzl in output or json_run_localhost_bzl in output:
print('qps benchmark scenarios have been updated, please commit '
- 'test/cpp/qps/qps_json_driver_scenarios.bzl and/or '
- 'test/cpp/qps/json_run_localhost_scenarios.bzl')
+ 'test/cpp/qps/qps_json_driver_scenarios.bzl and/or '
+ 'test/cpp/qps/json_run_localhost_scenarios.bzl')
sys.exit(1)