From 0b3db59742ae727c682bb8a4f42022ef9fc4d6f5 Mon Sep 17 00:00:00 2001 From: Sajith Sasidharan Date: Mon, 18 May 2020 13:30:39 -0400 Subject: [PATCH] Add related ticket to comment about unimplemented method --- src/allmydata/web/status.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/allmydata/web/status.py b/src/allmydata/web/status.py index 4916030d2..c9fa4f1f0 100644 --- a/src/allmydata/web/status.py +++ b/src/allmydata/web/status.py @@ -396,6 +396,8 @@ class DownloadStatusElement(Element): # `results()` renderer returns an empty tag, and does not invoke # any of the subsequent renderers. Thus we end up not displaying # download results on the download status page. + # + # See #3310: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3310 def download_results(self): return defer.maybeDeferred(self._download_status.get_results)