nullify length on blob delete
This commit is contained in:
parent
61132312dd
commit
b834f29634
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ class BlobFile:
|
|||
os.remove(self.file_path)
|
||||
self.verified.clear()
|
||||
self.finished_writing.clear()
|
||||
self.length = None
|
||||
|
||||
def decrypt(self, key: bytes, iv: bytes) -> bytes:
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue