Changeset d425bae in trunk
- Timestamp:
- 2020-04-18T07:52:18Z (5 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/allmydata/web/directory.py ¶
r3c332fe rd425bae 127 127 assert name in u.path, "Can't find our child-name in the path" 128 128 nonterminal = (u.path[-1] != name) 129 t = get_arg(req, "t", "").strip() # XXX looking like MultiFormatResource..129 t = get_arg(req, "t", "").strip() 130 130 if isinstance(node_or_failure, Failure): 131 131 f = node_or_failure
Note: See TracChangeset
for help on using the changeset viewer.