piskvorky / sqlitedict

Persistent dict, backed by sqlite3 and pickle, multithread-safe.
Apache License 2.0
1.17k stars 131 forks source link

Fix for terminating tempfile error #39

Closed adibo closed 8 years ago

adibo commented 8 years ago

Hi!

Working with your excellent sqlitedict, regular debug exception occur upon terminating an index file being an instance of tempfile. I propose the following small fix to avoid any attempts to delete non-existing files. I'd be grateful for a quick (minor) pip release. Thanks for your great work!

Regards, Adrian

piskvorky commented 8 years ago

Looks good, thanks @adibo !

adibo commented 8 years ago

Cool, thanks! Any hint when are you going to release a new version?

piskvorky commented 8 years ago

Hopefully this weekend... it's been on my TODO list for a while now.

@tmylk can you tidy up PRs, changelog etc and release?