mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-23 01:08:53 +00:00
dirnode: cleanup, make get_verifier() always return a URI instance, not a string
This commit is contained in:
@ -242,7 +242,7 @@ class NewDirectoryNode:
|
||||
return self._uri.get_readonly().to_string()
|
||||
|
||||
def get_verifier(self):
|
||||
return self._uri.get_verifier().to_string()
|
||||
return self._uri.get_verifier()
|
||||
|
||||
def get_storage_index(self):
|
||||
return self._uri._filenode_uri.storage_index
|
||||
|
Reference in New Issue
Block a user