mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-24 21:36:47 +00:00
Prefer req
to ctx
This commit is contained in:
parent
cdb3747470
commit
fae4f44404
@ -98,7 +98,7 @@ class ResultsBase(object):
|
||||
pathstring = "<root>"
|
||||
return pathstring
|
||||
|
||||
def _render_results(self, ctx, cr):
|
||||
def _render_results(self, req, cr):
|
||||
assert ICheckResults(cr)
|
||||
c = self.client
|
||||
sb = c.get_storage_broker()
|
||||
|
Loading…
Reference in New Issue
Block a user