Merge branch 'develop' into master
This commit is contained in:
commit
c606ae3875
11 changed files with 161 additions and 104 deletions
|
|
@ -959,6 +959,8 @@ class WebDavXmlUtils:
|
|||
:return: XML object of response for the remote resource defined by path.
|
||||
"""
|
||||
try:
|
||||
if isinstance(content, str):
|
||||
content = content.encode('utf-8')
|
||||
tree = etree.fromstring(content)
|
||||
responses = tree.findall("{DAV:}response")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue