diff --git a/src/allmydata/web/checker_results.py b/src/allmydata/web/checker_results.py index 477a01c58..d11468d79 100644 --- a/src/allmydata/web/checker_results.py +++ b/src/allmydata/web/checker_results.py @@ -246,7 +246,6 @@ class DeepCheckResults(rend.Page, ResultsBase, ReloadMixin): except KeyError: raise WebError("No detailed results for SI %s" % html.escape(name), http.NOT_FOUND) - return rend.Page.childFactory(self, ctx, name) def renderHTTP(self, ctx): if self.want_json(ctx):