mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-04 12:14:11 +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
|
Callback when self.node.get has returned
|
||||||
"""
|
"""
|
||||||
method = req.method
|
method = req.method
|
||||||
nonterminal = len(req.postpath) >= 1
|
nonterminal = len(req.postpath) > 1
|
||||||
t = get_arg(req, "t", "").strip() # XXX looking like MultiFormatResource..
|
t = get_arg(req, "t", "").strip() # XXX looking like MultiFormatResource..
|
||||||
if isinstance(node_or_failure, Failure):
|
if isinstance(node_or_failure, Failure):
|
||||||
f = node_or_failure
|
f = node_or_failure
|
||||||
|
Loading…
Reference in New Issue
Block a user