Prefer req to ctx

This commit is contained in:
Sajith Sasidharan 2020-06-15 22:27:22 -04:00
parent cdb3747470
commit fae4f44404

View File

@ -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()