BlueBrain/BluePyMM

Make bluepymm resistant against db lock

Opened this issue · 0 comments

If one opens the sqlite3 db with e.g. the 'sqlite3' command, it locks the db. If bluepymm is running at that point on that db, it crashes.
We should make bluepymm more resistant against a locked db.