]> 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 15:32:36 +0000 (15:32 +0000)
commit8d35647fa138141e83b9d9d2b838191347a214fd
treecedb3936b75a8ed2443312b4a5c98f5af0acbecd
parent8bd4e558f67d89452f1e3862f28198a9ab898801
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