]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Fix bug in Downloader's _get_local_latest
authorDavid Stainton <dstainton415@gmail.com>
Sat, 12 Sep 2015 14:52:26 +0000 (16:52 +0200)
committerDaira Hopwood <daira@jacaranda.org>
Wed, 30 Sep 2015 15:45:26 +0000 (16:45 +0100)
commitc31aff5fdc6f2e5e43059372889ee04dce73e572
tree8330d9e6be2976b356dbb3653e539ec0534d221d
parentbc0def1f47cf06a37b43006eda0c964d980ab8b8
Fix bug in Downloader's _get_local_latest

previously the magic-folder path was not prepended
to the file path... thus the file didn't exist and
the call to _get_local_latest returned None.
src/allmydata/frontends/magic_folder.py