浏览代码

Flush written dictionary.

master
arkiver 3 年前
父节点
当前提交
1b3f680951
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      megawarc

+ 1
- 0
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"]


正在加载...
取消
保存