mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-23 01:08:53 +00:00
web: more test work, now all tests either pass or are skipped (POST, XMLRPC, and URI/)
This commit is contained in:
@ -364,7 +364,7 @@ class ImmutableDirectoryNode:
|
||||
|
||||
def get_child_at_path(self, path):
|
||||
if not path:
|
||||
return self
|
||||
return defer.succeed(self)
|
||||
if isinstance(path, (str, unicode)):
|
||||
path = path.split("/")
|
||||
childname = path[0]
|
||||
|
Reference in New Issue
Block a user