chime-experiment/dias

sensitivity is storing state in the data directory

Closed this issue · 0 comments

The database (data_index.db) needs to be moved to the state directory.

i.e. this line:

db_file = os.path.join(self.write_dir, DB_FILE)

should use state_dir instead of write_dir