small python style fix

pull/15629/head
Jan Tattermusch 7 years ago
parent 1a62c7098d
commit 8b746a84da
  1. 3
      tools/interop_matrix/run_interop_matrix_tests.py

@ -244,8 +244,7 @@ def run_tests_for_lang(lang, runtime, images):
pull_images_for_lang(lang, images)
total_num_failures = 0
for image_tuple in images:
release, image = image_tuple
for release, image in images:
jobset.message('START', 'Testing %s' % image, do_newline=True)
suite_name = '%s__%s_%s' % (lang, runtime, release)

Loading…
Cancel
Save