search for: e651bc686

Displaying 1 result from an estimated 1 matches for "e651bc686".

2018 Dec 07
0
[PATCH] v2v: -o rhv-upload: Fix request headers in pread
...'items' I did not test the changed code, but it was not tested before, so it is unlikely to be worse. Detected by pylint. --- v2v/rhv-upload-plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2v/rhv-upload-plugin.py b/v2v/rhv-upload-plugin.py index 3272c3ce3..e651bc686 100644 --- a/v2v/rhv-upload-plugin.py +++ b/v2v/rhv-upload-plugin.py @@ -321,41 +321,41 @@ def request_failed(h, r, msg): body = "(Unable to read response body: %s)" % e # Log the full error if we're verbose. debug("unexpected response from imageio server:&qu...