]> 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)
committerDavid Stainton <dstainton415@gmail.com>
Sat, 12 Sep 2015 14:52:26 +0000 (16:52 +0200)
commite1cddeeedfa9260d077357b7ee6ef7e204108842
treebbd3181c0737951eea55920e2954439bca4297c1
parentef2a8b1bfd382af2d2a602cb8c550391b0825f72
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