aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/failures
diff options
context:
space:
mode:
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):