gda-score / code

Tools for generating General Data Anonymity Scores (www.gda-score.org)
MIT License
7 stars 1 forks source link

Cache cleanup fails when multiple gdaAttack classes called from same process #22

Open yoid2000 opened 5 years ago

yoid2000 commented 5 years ago

Get error "Failed to remove Cache DB" during cleanUp. My guess is that something is still connected to the cache MySQL DB, so the OS refuses to delete the file. Run explore1.py to trigger the error.