mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-23 01:08:53 +00:00
Additional fixes for DIR2-LIT More Info page and deep-check/manifest operations (#948)
This commit is contained in:
@ -99,7 +99,7 @@ class DeepResultsBase:
|
||||
def __init__(self, root_storage_index):
|
||||
self.root_storage_index = root_storage_index
|
||||
if root_storage_index is None:
|
||||
self.root_storage_index_s = "<none>"
|
||||
self.root_storage_index_s = "<none>" # is this correct?
|
||||
else:
|
||||
self.root_storage_index_s = base32.b2a(root_storage_index)
|
||||
|
||||
|
Reference in New Issue
Block a user