mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 18:56:28 +00:00
It isn't the root, it's wherever we actually are
This commit is contained in:
parent
a91dba5f5b
commit
dbe2d4efd7
@ -90,8 +90,8 @@ class OphandleTable(resource.Resource, service.Service):
|
||||
"""
|
||||
ophandle = get_arg(req, "ophandle").decode("utf-8")
|
||||
assert ophandle
|
||||
root = DecodedURL.from_text(unicode(URLPath.fromRequest(req)))
|
||||
target = root.click(u"/").child(u"operations", ophandle)
|
||||
here = DecodedURL.from_text(unicode(URLPath.fromRequest(req)))
|
||||
target = here.click(u"/").child(u"operations", ophandle)
|
||||
output = get_arg(req, "output")
|
||||
if output:
|
||||
target = target.add(u"output", output.decode("utf-8"))
|
||||
|
Loading…
Reference in New Issue
Block a user