]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Fix a bug in Downloader._scan_remote that incorrectly skips subsequent files
authorDaira Hopwood <daira@jacaranda.org>
Thu, 20 Aug 2015 18:45:49 +0000 (19:45 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Thu, 20 Aug 2015 18:45:49 +0000 (19:45 +0100)
commit1957a30c52f5d67fb4b869ced597c8f4505f7b2e
treeab4c19d375ad353eee76c78efad0f60a3293841d
parent76b3e4038a827c5f6b2210b4a91dbb36bfd3e392
Fix a bug in Downloader._scan_remote that incorrectly skips subsequent files
(and drops a Deferred) when local version >= remote version.
Also simplify that code and robustify it for the case where the version metadata is missing.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/frontends/magic_folder.py