mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-09 06:22:38 +00:00
web/checker_results.py: remove dead code
This commit is contained in:
parent
cadb045288
commit
750ab8fa59
@ -246,7 +246,6 @@ class DeepCheckResults(rend.Page, ResultsBase, ReloadMixin):
|
|||||||
except KeyError:
|
except KeyError:
|
||||||
raise WebError("No detailed results for SI %s" % html.escape(name),
|
raise WebError("No detailed results for SI %s" % html.escape(name),
|
||||||
http.NOT_FOUND)
|
http.NOT_FOUND)
|
||||||
return rend.Page.childFactory(self, ctx, name)
|
|
||||||
|
|
||||||
def renderHTTP(self, ctx):
|
def renderHTTP(self, ctx):
|
||||||
if self.want_json(ctx):
|
if self.want_json(ctx):
|
||||||
|
Loading…
Reference in New Issue
Block a user