]> 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>
Tue, 15 Sep 2015 16:56:07 +0000 (17:56 +0100)
commit0e2c5d330f7c05bcce726cdcedbeebb5d3175961
tree21b30e09a32a1ac10b3713d067f5a34c617e379d
parent756e6cd6c5628617a8eaa402386192a1f4b8dfe4
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