]> 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, 1 Oct 2015 00:19:47 +0000 (01:19 +0100)
commitb2e59f489a8067ace50b2ec112cb72c3e244dcdc
tree61e8b80f636f07ce11e0c631636a512a158efb43
parent15df51d09665c3f6abc7b0a1187a8db70a333245
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