Small wording tweak

pull/13226/head
David Garcia Quintas 7 years ago
parent 2d6390549d
commit 0c2d035962
  1. 2
      tools/failures/detect_new_failures.py

@ -70,7 +70,7 @@ def create_gh_issue(title, body, labels, assignees=[]):
data = json.dumps(params)
response = gh(GH_ISSUE_CREATION_URL, data)
issue_url = response['html_url']
print('Issue {} created for {}'.format(issue_url, title))
print('Created issue {} for {}'.format(issue_url, title))
def build_kokoro_url(job_name, build_id):

Loading…
Cancel
Save