]> 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>
Wed, 4 Nov 2015 01:30:03 +0000 (01:30 +0000)
commit174fab9eaf0c466249f64a61c36c9a92ce75619a
treef63fe09b0740c6d50fba30b5929971ec2563a0d9
parentaa54712094a0a4b4e54801792b90f80c516095e1
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