You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
. should not be listed. Less important but nice to have: The human readable pages should have working links (probably simply color, and not color: skin/color). If a certain format is expected (trailing slash or not), there should be redirects to it.
Context
The following wk-libs script recurses infinitely, since walking the zarr directories has an infinite loop:
This is the start of the debug output, when adding
print(path)
to_walk()
in_upload_dataset.py
:When visiting the respective sites, the listed folders and respective links seem to be off:
https://data-humerus.webknossos.org/data/zarr/scalable_minds/skin/
skin: .
leads to the same page (but probably should not be listed)color: skin/color
leads to/data/zarr/scalable_minds/skin/skin/color
, which is not validhttps://data-humerus.webknossos.org/data/zarr/scalable_minds/skin
skin: .
leads to the parent foldercolor: skin/color
worksExpected Behavior
.
should not be listed. Less important but nice to have: The human readable pages should have working links (probably simplycolor
, and notcolor: skin/color
). If a certain format is expected (trailing slash or not), there should be redirects to it.Current Behavior
.
is listed for folders of zarr routes:The text was updated successfully, but these errors were encountered: