]> 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>
Thu, 1 Oct 2015 00:19:48 +0000 (01:19 +0100)
commit3e66c67635326a9f81c5e0799b096bc30f58c95b
treec2596990e3fc5c05ff862a1297aae7e8a291f38f
parent982f466a029ea85a297fbd206cbb1dcf8293c3cd
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