mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 16:36:20 +00:00
tahoe_ls: list individual files
This commit is contained in:
parent
80d863ad2b
commit
afcc8107af
@ -25,6 +25,8 @@ def list(nodeurl, root_uri, vdrive_pathname, stdout, stderr):
|
||||
assert childtype == "filenode"
|
||||
size = child[1]['size']
|
||||
print >>stdout, "%10s %s" % (size, name)
|
||||
elif nodetype == "filenode":
|
||||
print >>stdout, "%10s %s" % (d['size'], vdrive_pathname)
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user