]> 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>
Wed, 30 Sep 2015 15:45:25 +0000 (16:45 +0100)
commit3c752da0599b26ac6fa8aa0bfe8b42b26769c9bc
tree3de04f4e9485e95e746425863dea7aee5cd82537
parent06b1ce8b7fbd134028b44bd96a735c48e6e16f4e
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