added code
This commit is contained in:
@@ -26,6 +26,7 @@ def load_key_stats(lmdb_dir: str) -> dict:
|
||||
:param lmdb_dir: Directory of the LMDB database.
|
||||
:return: Dictionary with statistics.
|
||||
"""
|
||||
|
||||
key_stats_path = f"{lmdb_dir}/key_stats.pickle"
|
||||
|
||||
if not os.path.exists(key_stats_path):
|
||||
|
||||
Reference in New Issue
Block a user