mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
tox fix
This commit is contained in:
parent
e52056dea3
commit
1d0ff9e84a
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ def _serve_traversable(
|
|||
if path == "/.web/index.html" or path == "/.web/":
|
||||
# enable link on the fly in index.html if InfCloud index.html is existing
|
||||
# class="infcloudlink-hidden" -> class="infcloudlink"
|
||||
path_posix = traversable.as_posix()
|
||||
path_posix = str(traversable)
|
||||
path_posix_infcloud = path_posix.replace("/internal_data/index.html", "/internal_data/infcloud/index.html")
|
||||
if os.path.isfile(path_posix_infcloud):
|
||||
# logger.debug("Enable InfCloud link in served page: %r", path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue