mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-23 12:59:55 +00:00
f95e9b5964
instead of examining the value returned by f.trap, because the latter appears to squash exception types down into their base classes (i.e. since ShareVersionIncompatible is a subclass of LayoutInvalid, f.trap(Failure(ShareVersionIncompatible)) == LayoutInvalid). All this resulted in 'incompatible' shares being misclassified as 'corrupt'. |
||
---|---|---|
.. | ||
__init__.py | ||
checker.py | ||
download.py | ||
encode.py | ||
filenode.py | ||
layout.py | ||
offloaded.py | ||
repairer.py | ||
upload.py |