]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/scripts/tahoe_ls.py
WIP.
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / scripts / tahoe_ls.py
index 78eea1f26ab1749bcc0147a46d6faad69c1f4a37..9a8ce2409ebc2aeb4db184eda905c5f57480ca17 100644 (file)
@@ -151,9 +151,7 @@ def list(options):
             line.append(uri)
         if options["readonly-uri"]:
             line.append(quote_output(ro_uri or "-", quotemarks=False))
-
         rows.append((encoding_error, line))
-
     max_widths = []
     left_justifys = []
     for (encoding_error, row) in rows: