Browse Source

Flush written dictionary.

master
arkiver 3 years ago
parent
commit
1b3f680951
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      megawarc

+ 1
- 0
megawarc View File

@@ -429,6 +429,7 @@ class MegawarcPacker(object):
init_zst_megawarc(self.megawarcs[dict_id]["warc"]["file"], project,
dict_id, self.dict_server)
)
self.megawarcs[dict_id]["dict"]["file"].flush()
json_out = self.megawarcs[dict_id]["json"]["file"]
warc_out = self.megawarcs[dict_id]["warc"]["file"]
tar_out = self.megawarcs[dict_id]["tar"]


Loading…
Cancel
Save