projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ee1ddc
)
Trivial fix.
author
Daira Hopwood
<daira@jacaranda.org>
Thu, 30 Jul 2015 15:24:57 +0000
(16:24 +0100)
committer
Daira Hopwood
<daira@jacaranda.org>
Thu, 1 Oct 2015 00:19:46 +0000
(
01:19
+0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/frontends/magic_folder.py
patch
|
blob
|
history
diff --git
a/src/allmydata/frontends/magic_folder.py
b/src/allmydata/frontends/magic_folder.py
index 4e64cfd43ff639e193c9f1c68bcdcd893480001a..84f88055e870e3366e1b67a6991eecfc5e06b50f 100644
(file)
--- 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