]> 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>
Fri, 5 Feb 2016 21:59:38 +0000 (21:59 +0000)
commit8af7fc298cd5eb47be4b58346096016055b5a442
tree897ef0612ab465cb7b3f323e4a4e86c5ba2baab1
parent30a7b05c662d410c88d983cbd1bc04d1e8fc822b
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