aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/failures
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2017-11-17 09:45:06 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2017-11-17 09:45:06 -0800
commit0c2d0359623021da2d98332662464d2ec9d6b250 (patch)
tree061c663aa0d37aeca6904276e2afc1cd57325a8f /tools/failures
parent2d6390549df85cf49234ef269a46c18cbe474233 (diff)
Small wording tweak
Diffstat (limited to 'tools/failures')
-rw-r--r--tools/failures/detect_new_failures.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/failures/detect_new_failures.py b/tools/failures/detect_new_failures.py
index 0c3b185c50..30cefd295d 100644
--- a/tools/failures/detect_new_failures.py
+++ b/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):