
22 Apr
2008
22 Apr
'08
11:25 p.m.
Dan Smith wrote:
KR> @@ -325,7 +325,8 @@ KR> conn.request("POST", "/cimom", body, headers) KR> resp = conn.getresponse() KR> if not resp.getheader("content-length"): KR> - raise Exception("Authentication (or request) Failed!") KR> + raise Exception("Request Failed: %d %s" % KR> + (resp.status, resp.reason))
This hunk fails for me.
Weird, I cloned a new tree and didn't have any problems applying.
Good job hunting this one down :)
-- Kaitlin Rupert IBM Linux Technology Center kaitlin@linux.vnet.ibm.com