nullify length on blob delete

This commit is contained in:
Victor Shyba 2019-02-21 21:00:28 -03:00
parent 61132312dd
commit b834f29634

View file

@ -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:
"""