move lock_file to tools.rs

This commit is contained in:
Dietmar Maurer
2018-12-19 10:02:24 +01:00
parent 08481a0b60
commit 365bb90f17
3 changed files with 54 additions and 46 deletions

View File

@ -67,7 +67,7 @@ impl DataStore {
for path in image_list {
let mut index = self.open_image_reader(path)?;
index.mark_used_chunks();
index.mark_used_chunks()?;
}
Ok(())