Skip to content

Commit 5ecbc5c

Browse files
committed
delete Archive so there's no concurrent access to same path
1 parent 963c407 commit 5ecbc5c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_libzim_creator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ def test_creator_mainpath(fpath, lipsum_item):
323323
assert zim.has_main_entry is True
324324
assert zim.main_entry.path == "mainPage"
325325
assert zim.main_entry.get_item().path == main_path
326+
del zim
326327

327328
fpath.unlink()
328329

0 commit comments

Comments
 (0)