From c4dd07aa7527f0904532d459321ea5b6c301d103 Mon Sep 17 00:00:00 2001 From: Alexander Polcyn Date: Mon, 9 Mar 2020 12:13:32 -0700 Subject: [PATCH] yapf code --- tools/interop_matrix/create_matrix_images.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/interop_matrix/create_matrix_images.py b/tools/interop_matrix/create_matrix_images.py index 9bc457d5b5d..b413ab4c2c7 100755 --- a/tools/interop_matrix/create_matrix_images.py +++ b/tools/interop_matrix/create_matrix_images.py @@ -327,7 +327,8 @@ def checkout_grpc_stack(lang, release): # git submodule update jobset.message('START', - 'git submodule update --init at %s from %s' % (release, stack_base), + 'git submodule update --init at %s from %s' % + (release, stack_base), do_newline=True) subprocess.check_call(['git', 'submodule', 'update', '--init'], cwd=stack_base,