mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 02:01:31 +00:00
remove redundant u prefix
This commit is contained in:
parent
d6d64f6b27
commit
1a77ba5698
@ -178,7 +178,7 @@ def list_aliases(options):
|
||||
|
||||
max_width = max([len(quote_output(name)) for name in data.keys()] + [0])
|
||||
fmt = "%" + str(max_width) + "s: %s"
|
||||
output = u"\n".join(list(
|
||||
output = "\n".join(list(
|
||||
fmt % (name, dircap(details))
|
||||
for name, details
|
||||
in data.items()
|
||||
|
Loading…
x
Reference in New Issue
Block a user