irrelevant comment

This commit is contained in:
meejah 2019-12-28 01:02:18 -07:00
parent 685aaf14bf
commit 956d67b9b8

View File

@ -100,7 +100,6 @@ def parse_offset_arg(offset):
def get_root(ctx_or_req):
req = IRequest(ctx_or_req)
# the addSlash=True gives us one extra (empty) segment
depth = len(req.prepath) + len(req.postpath)
link = "/".join([".."] * depth)
return link