mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-01 00:45:52 +00:00
tahoe_ls: CLI command should return rc=0, not None
This commit is contained in:
parent
5ba9225559
commit
a7de479767
@ -144,3 +144,5 @@ def list(options):
|
||||
fmt = " ".join(fmt_pieces)
|
||||
for row in rows:
|
||||
print >>stdout, (fmt % tuple(row)).rstrip()
|
||||
|
||||
return 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user