Additional fixes for DIR2-LIT More Info page and deep-check/manifest operations (#948)

This commit is contained in:
david-sarah
2010-02-24 00:02:20 -08:00
parent e6aee33bb7
commit d7b50a3b86
4 changed files with 23 additions and 17 deletions

View File

@ -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)