aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/interop_matrix/create_matrix_images.py
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-12-11 16:52:44 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2017-12-11 16:52:44 -0800
commit173c477bd077e9081505e44af17bc2d442ae11b0 (patch)
treec8ea5ebe1b7796b3c8153f4e566fb2cc2039fe5a /tools/interop_matrix/create_matrix_images.py
parente4bef08a8ce5c9615e43a8b245984a3aa4e1b904 (diff)
tools/profiling
Diffstat (limited to 'tools/interop_matrix/create_matrix_images.py')
-rwxr-xr-xtools/interop_matrix/create_matrix_images.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/interop_matrix/create_matrix_images.py b/tools/interop_matrix/create_matrix_images.py
index 05af3a5632..67dfce9c9a 100755
--- a/tools/interop_matrix/create_matrix_images.py
+++ b/tools/interop_matrix/create_matrix_images.py
@@ -262,8 +262,8 @@ def maybe_apply_patches_on_git_tag(stack_base, lang, release):
patch_file = os.path.abspath(
os.path.join(os.path.dirname(__file__), patch_file_relative_path))
if not os.path.exists(patch_file):
- jobset.message('FAILED', 'expected patch file |%s| to exist' %
- patch_file)
+ jobset.message('FAILED',
+ 'expected patch file |%s| to exist' % patch_file)
sys.exit(1)
subprocess.check_output(
['git', 'apply', patch_file], cwd=stack_base, stderr=subprocess.STDOUT)