mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-09 03:44:23 +00:00
Fix typo.
This commit is contained in:
parent
2dfaa3ac2f
commit
f9d0116283
@ -171,7 +171,7 @@ def list_aliases(options):
|
||||
if options['json']:
|
||||
dumped = json.dumps(data, indent=4)
|
||||
if isinstance(dumped, bytes):
|
||||
loaded = dumped.decode("utf-8")
|
||||
dumped = dumped.decode("utf-8")
|
||||
output = _escape_format(dumped)
|
||||
else:
|
||||
def dircap(details):
|
||||
|
Loading…
x
Reference in New Issue
Block a user