From: Daira Hopwood Date: Thu, 30 Jul 2015 15:24:57 +0000 (+0100) Subject: Trivial fix. X-Git-Url: https://git.rkrishnan.org/frontends/FTP-and-SFTP.txt?a=commitdiff_plain;h=f1fe6daa44bbd0da362eadd464861fa3a6f86b71;p=tahoe-lafs%2Ftahoe-lafs.git Trivial fix. Signed-off-by: Daira Hopwood --- diff --git a/src/allmydata/frontends/magic_folder.py b/src/allmydata/frontends/magic_folder.py index 4e64cfd4..84f88055 100644 --- a/src/allmydata/frontends/magic_folder.py +++ b/src/allmydata/frontends/magic_folder.py @@ -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