From 6df14711e3117f80778a662fbcda7684f9177cfc Mon Sep 17 00:00:00 2001 From: Richard Belleville Date: Wed, 19 Aug 2020 23:54:14 +0000 Subject: [PATCH] Yapf --- tools/run_tests/run_xds_tests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/run_tests/run_xds_tests.py b/tools/run_tests/run_xds_tests.py index 723183819d0..914c3a37190 100755 --- a/tools/run_tests/run_xds_tests.py +++ b/tools/run_tests/run_xds_tests.py @@ -1899,7 +1899,8 @@ try: result.message = result.message.encode('UTF-8') test_results[test_case] = [result] if not client_logged.wait(timeout=_CLIENT_PROCESS_TIMEOUT_SECS): - logger.info("Client process failed to terminate. Killing it.") + logger.info( + "Client process failed to terminate. Killing it.") client_process.kill() client_logged.wait(timeout=_CLIENT_PROCESS_TIMEOUT_SECS) if not os.path.exists(_TEST_LOG_BASE_DIR):