parent
8aec47af89
commit
09eaa0c920
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ def uri(module, url, dest, user, password, body, method, headers, redirects, soc
|
|||
r.update(resp_redir)
|
||||
r.update(resp)
|
||||
try:
|
||||
return r, unicode(content).encode('utf8'), dest
|
||||
return r, unicode(content.decode('unicode_escape')), dest
|
||||
except:
|
||||
return r, content, dest
|
||||
except httplib2.RedirectMissingLocation:
|
||||
|
|
Loading…
Reference in a new issue