]> 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, 25 Jan 2016 15:52:14 +0000 (15:52 +0000)
commitf07af09e3de6f38a2637a094fc58d8b69a49eff4
tree72e51bde284ceea9b530c87fe6e969b04943e00f
parent3a2e6fde8e9f7cf0150f5afbb71a9034ae1d69c6
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