mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-29 17:28:53 +00:00
undo change
This commit is contained in:
parent
d0c47fe1d1
commit
6415873f0b
@ -130,7 +130,7 @@ class DirectoryNodeHandler(ReplaceMeMixin, Resource, object):
|
||||
Callback when self.node.get has returned
|
||||
"""
|
||||
method = req.method
|
||||
nonterminal = len(req.postpath) >= 1
|
||||
nonterminal = len(req.postpath) > 1
|
||||
t = get_arg(req, "t", "").strip() # XXX looking like MultiFormatResource..
|
||||
if isinstance(node_or_failure, Failure):
|
||||
f = node_or_failure
|
||||
|
Loading…
Reference in New Issue
Block a user