mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-23 01:08:53 +00:00
Change direct accesses to an_uri.storage_index to calls to .get_storage_index() (fixes #948)
This commit is contained in:
@ -346,7 +346,7 @@ class DirectoryNode:
|
||||
return self._uri
|
||||
|
||||
def get_storage_index(self):
|
||||
return self._uri._filenode_uri.storage_index
|
||||
return self._uri.get_storage_index()
|
||||
|
||||
def check(self, monitor, verify=False, add_lease=False):
|
||||
"""Perform a file check. See IChecker.check for details."""
|
||||
|
Reference in New Issue
Block a user