mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Merge branch 'master' of github.com:Kozea/radicale
This commit is contained in:
commit
ecf53c5e1e
1 changed files with 1 additions and 1 deletions
|
@ -565,7 +565,7 @@ def report(path, xml_request, collection):
|
||||||
# TODO: fix this
|
# TODO: fix this
|
||||||
if hreference.split("/")[-1] == item.href:
|
if hreference.split("/")[-1] == item.href:
|
||||||
# Happening when depth is 0
|
# Happening when depth is 0
|
||||||
uri = "/" + hreference
|
uri = hreference
|
||||||
else:
|
else:
|
||||||
# Happening when depth is 1
|
# Happening when depth is 1
|
||||||
uri = posixpath.join(hreference, item.href)
|
uri = posixpath.join(hreference, item.href)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue