Comment #2 on issue 2515 by njhar...@gmail.com: Exception thrown when trying to post a review to an http basic auth backed instance of review board
http://code.google.com/p/reviewboard/issues/detail?id=2515

The code is not checking for None return value from urllib2. One possible fix is following patch.

132c132
<             if response and response.code != 401:
---
             if response.code != 401:

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to