-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Hi sorry to bother you, one issue I want to report.
When initializing a dummy vault, sometimes an error is reported. The error is

my code is
from dte.honey_vault import HoneyVault
import os
def test():
for index in range(10000):
vault = "./hxxtest/vault_"+str(index)+".db"
if os.path.exists(vault):
os.remove(vault)
hv=HoneyVault(vault,"123456")
test()
I have tried for many times, the error is still reported. It is worth noting that the error is randomly reported, most of the time, the initialization is correct.
vault_730.zip is the dummy vault which generates the error.
Thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels