diff options
author | Bill Feng <yfen@google.com> | 2018-08-28 12:03:38 -0700 |
---|---|---|
committer | Bill Feng <yfen@google.com> | 2018-08-28 12:03:38 -0700 |
commit | 918427237c0bd65f2500c3b0b3ffbd003f100797 (patch) | |
tree | b12a48a06594e15c1445d6f47a11c542eee9ebd6 /tools/run_tests/sanity | |
parent | 507c80e3094d46dea5ffb812dddc0dde4553ea43 (diff) |
fixed indentation
Diffstat (limited to 'tools/run_tests/sanity')
-rwxr-xr-x | tools/run_tests/sanity/check_qps_scenario_changes.py | 4 |
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 2c34251eaa..35f997a2cb 100755 --- a/tools/run_tests/sanity/check_qps_scenario_changes.py +++ b/tools/run_tests/sanity/check_qps_scenario_changes.py @@ -27,7 +27,7 @@ qps_json_driver_bzl = 'test/cpp/qps/qps_json_driver_scenarios.bzl' 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 ' + 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') - sys.exit(1) + sys.exit(1) |