mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-08 19:34:18 +00:00
layout.py: annotate assertion to figure out 'tahoe backup' failure
This commit is contained in:
parent
482a7dd3f1
commit
b8c90d24fc
@ -499,7 +499,7 @@ class SDMFSlotWriteProxy:
|
||||
"""
|
||||
for k in ["sharedata", "encprivkey", "signature", "verification_key",
|
||||
"share_hash_chain", "block_hash_tree"]:
|
||||
assert k in self._share_pieces
|
||||
assert k in self._share_pieces, (k, self._share_pieces.keys())
|
||||
# This is the only method that actually writes something to the
|
||||
# remote server.
|
||||
# First, we need to pack the share into data that we can write
|
||||
|
Loading…
x
Reference in New Issue
Block a user