integrate the new Settings in the dumps

This commit is contained in:
tamo 2021-05-10 20:48:06 +02:00
parent d767990424
commit 7d748fa384
No known key found for this signature in database
GPG key ID: 20CD8020AFA88D69
5 changed files with 16 additions and 13 deletions

View file

@ -244,9 +244,6 @@ pub fn load_dump(
// finally we can move all the unprocessed update file into our new DB
let update_path = tmp_dir_path.join("update_files");
let files: Vec<_> = std::fs::read_dir(&db_path.join("updates"))?
.map(|file| file.unwrap().path())
.collect();
let db_update_path = db_path.join("updates/update_files");
eprintln!("path {:?} exists: {:?}", update_path, update_path.exists());
eprintln!(