implement the dump v4 import

This commit is contained in:
Tamo 2022-10-06 15:49:30 +02:00 committed by Clément Renault
parent c50b44039e
commit a8128678a4
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
17 changed files with 3933 additions and 148 deletions

View file

@ -141,7 +141,6 @@ impl V5Reader {
.join("updates")
.join("updates_files")
.join(uuid.to_string());
dbg!(&update_file_path);
Ok((task, Some(File::open(update_file_path).unwrap())))
} else {
Ok((task, None))