mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Remove unused variable
This commit is contained in:
parent
12dbeeecb3
commit
5a0d4f7f2f
1 changed files with 0 additions and 3 deletions
|
@ -690,9 +690,6 @@ class Collection(BaseCollection):
|
||||||
|
|
||||||
# Path should already be sanitized
|
# Path should already be sanitized
|
||||||
sane_path = sanitize_path(href).strip("/")
|
sane_path = sanitize_path(href).strip("/")
|
||||||
attributes = sane_path.split("/")
|
|
||||||
if not attributes[0]:
|
|
||||||
attributes.pop()
|
|
||||||
filesystem_path = path_to_filesystem(folder, sane_path)
|
filesystem_path = path_to_filesystem(folder, sane_path)
|
||||||
|
|
||||||
if not props:
|
if not props:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue