mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-21 22:07:51 +00:00
68fb556e93
The Tahoe2PeerSelector returned either NoSharesError or NotEnoughSharesError for a variety of error conditions that weren't informatively described by them. This patch creates a new error, UploadHappinessError, replaces uses of NoSharesError and NotEnoughSharesError with it, and alters the error message raised with the errors to be more in line with the new servers_of_happiness behavior. See ticket #834 for more information. |
||
---|---|---|
.. | ||
__init__.py | ||
checker.py | ||
download.py | ||
encode.py | ||
filenode.py | ||
layout.py | ||
offloaded.py | ||
repairer.py | ||
upload.py |