mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-20 03:36:25 +00:00
Trivial fix.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
067edc7793
commit
cde94e4eb6
@ -403,7 +403,7 @@ class Downloader(QueueMixin):
|
||||
"""
|
||||
if not os.path.exists(path_u):
|
||||
return None
|
||||
return self._db.get_local_file_version(child_path_u)
|
||||
return self._db.get_local_file_version(path_u)
|
||||
|
||||
def _get_collective_latest_file(self, filename):
|
||||
"""_get_collective_latest_file takes a file path pointing to a file managed by
|
||||
|
Loading…
Reference in New Issue
Block a user