]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Add a unit-test and correct the code for "already deleted"
authormeejah <meejah@meejah.ca>
Mon, 2 Nov 2015 20:25:50 +0000 (13:25 -0700)
committerDaira Hopwood <daira@jacaranda.org>
Mon, 28 Dec 2015 16:18:54 +0000 (16:18 +0000)
commitf4c88374f3a70bee6c37b04b7cc1aa5e0b9ff003
treec53166ed815ec04dbaaa06c4cd530d0b89815dc6
parent68af52a05d4b30c13566db660e0286148a4e2c70
Add a unit-test and correct the code for "already deleted"

If a Downloader decides that it needs to delete a file, but that
file is already gone locally, the exeption is caugt and a log message
produced.
src/allmydata/frontends/magic_folder.py
src/allmydata/test/test_magic_folder.py