mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-12 07:52:38 +00:00
Add line breaks in a comment
This commit is contained in:
parent
6f1601aeeb
commit
80e9f48551
@ -140,7 +140,10 @@ class ResultsBase(object):
|
|||||||
sharemap_data = []
|
sharemap_data = []
|
||||||
shares_on_server = dictutil.DictOfSets()
|
shares_on_server = dictutil.DictOfSets()
|
||||||
|
|
||||||
# FIXME: The two tables below contain nickname-and-nodeid table column markup which is duplicated with each other, introducer.xhtml, and deep-check-results.xhtml. All of these (and any other presentations of nickname-and-nodeid) should be combined.
|
# FIXME: The two tables below contain nickname-and-nodeid
|
||||||
|
# table column markup which is duplicated with each other,
|
||||||
|
# introducer.xhtml, and deep-check-results.xhtml. All of these
|
||||||
|
# (and any other presentations of nickname-and-nodeid) should be combined.
|
||||||
|
|
||||||
for shareid in sorted(cr.get_sharemap().keys()):
|
for shareid in sorted(cr.get_sharemap().keys()):
|
||||||
servers = sorted(cr.get_sharemap()[shareid],
|
servers = sorted(cr.get_sharemap()[shareid],
|
||||||
|
Loading…
Reference in New Issue
Block a user