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
This commit is contained in:
melanie witt 2014-07-09 21:25:05 +00:00
parent 35c15e6f48
commit 8cc901a458
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
query: >
tags:"console"
AND message:"download.py\", line 495"
AND message:("download.py\", line 495" "download.py\", line 433")