diff --git a/megawarc b/megawarc index 20f0411..e89567d 100755 --- a/megawarc +++ b/megawarc @@ -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"]