commit | bf1fbb20ab33cc479881a2b755e336872971dd78 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Tue Oct 11 09:31:58 2011 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Tue Oct 11 09:31:58 2011 -0700 |
tree | 753dc46108148ffa4a579a932e599e6b85450f30 | |
parent | 29472463ba601e9c0513eadb19470e435b2601a1 [diff] |
Fix AttributeError: 'HTTPError' object has no attribute 'reason' Not every version of urllib2 supplies a reason object on the HTTPError exception that it throws from urlopen(). Work around this by using str(e) instead and hope the string formatting includes sufficient information. Change-Id: I0f4586dba0aa7152691b2371627c951f91fdfc8d Signed-off-by: Shawn O. Pearce <sop@google.com>