Changeset d425bae in trunk


Ignore:
Timestamp:
2020-04-18T07:52:18Z (5 years ago)
Author:
meejah <meejah@…>
Branches:
master
Children:
95e5029
Parents:
3c332fe
git-author:
meejah <meejah@…> (2020-02-13 13:40:58)
git-committer:
meejah <meejah@…> (2020-04-18 07:52:18)
Message:

remove irrelevant comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/allmydata/web/directory.py

    r3c332fe rd425bae  
    127127        assert name in u.path, "Can't find our child-name in the path"
    128128        nonterminal = (u.path[-1] != name)
    129         t = get_arg(req, "t", "").strip()  # XXX looking like MultiFormatResource..
     129        t = get_arg(req, "t", "").strip()
    130130        if isinstance(node_or_failure, Failure):
    131131            f = node_or_failure
Note: See TracChangeset for help on using the changeset viewer.