From 8cc901a458d6f74bca8415b83deb4cebb3a7741e Mon Sep 17 00:00:00 2001 From: melanie witt Date: Wed, 9 Jul 2014 21:25:05 +0000 Subject: [PATCH] Extend query for pip download timeout bug 1270710 For python2.6, the download error message occurs on line 495. For python2.7, the download error message occurs on line 433. Change-Id: I08224e2b87e23f1c5af05928cc0e32b602b7a09d Related-Bug: #1270710 --- queries/1270710.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queries/1270710.yaml b/queries/1270710.yaml index 02804240..6e6d4cc0 100644 --- a/queries/1270710.yaml +++ b/queries/1270710.yaml @@ -1,3 +1,3 @@ query: > tags:"console" - AND message:"download.py\", line 495" + AND message:("download.py\", line 495" "download.py\", line 433")