Commit 85d783a
committed
fix(contrib): urlopen call hangs
The `urllib.urlopen(url)` call consistently hangs while `wget` and
`curl` succeed to the same URL for retrieving the AMIs. Tested use
of `urllib2` on Ubuntu Trusty (py 2.7.6) and CentOS 7 (py 2.7.5).1 parent 0894a5f commit 85d783a
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments