mirror of
https://github.com/ankitects/anki.git
synced 2025-12-11 05:46:55 -05:00
fix full download on Windows
This commit is contained in:
parent
f0b6d13ead
commit
35ee106503
1 changed files with 1 additions and 0 deletions
|
|
@ -665,6 +665,7 @@ impl Collection {
|
||||||
kind: SyncErrorKind::Other,
|
kind: SyncErrorKind::Other,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
drop(db);
|
||||||
// overwrite existing collection atomically
|
// overwrite existing collection atomically
|
||||||
out_file
|
out_file
|
||||||
.persist(&col_path)
|
.persist(&col_path)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue