]> 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>
Tue, 15 Sep 2015 17:43:00 +0000 (18:43 +0100)
commitdf28ff9cba9d28541d1266817689cd6bd6e4ed3c
treed12de15269b66ef20395abf9b831fc2e5abb80d9
parentecedb3628030d6394412aa24a9de3f32b544654b
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