mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-13 05:43:03 +00:00
improvement to scan_listing
This commit is contained in:
parent
7790820efd
commit
17597e53c9
@ -1647,7 +1647,6 @@ class Downloader(QueueMixin, WriteFileMixin):
|
||||
def scan_listing(listing_map):
|
||||
for encoded_relpath_u in listing_map.keys():
|
||||
relpath_u = magicpath.magic2path(encoded_relpath_u)
|
||||
self._log("found %r" % (relpath_u,))
|
||||
|
||||
file_node, metadata = listing_map[encoded_relpath_u]
|
||||
local_dbentry = self._get_local_latest(relpath_u)
|
||||
|
Loading…
x
Reference in New Issue
Block a user