minor bug fix

This commit is contained in:
2021-09-06 21:40:13 +08:00
parent 8c65d63900
commit 829b2f9bc2
4 changed files with 13 additions and 5 deletions

View File

@@ -47,6 +47,8 @@ class BackupTask(Thread):
from game_backuper.leveldb import have_leveldb
if not have_leveldb:
raise ValueError('Leveldb is not supported.')
if not exists(f.full_path):
continue
from game_backuper.leveldb import (
list_leveldb_entries,
leveldb_stats,