为搜索模块线程设置超时

This commit is contained in:
Jing Ling
2020-02-16 01:51:57 +08:00
parent 38afa8807b
commit 41166ce1ff
3 changed files with 18 additions and 9 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ def check_path(path, name, format):
path = default_path
else:
if path.exists():
logger.log('ALERT', f'存在{path}路径将会覆盖')
logger.log('ALERT', f'存在{path}文件将会覆盖')
parent_path = path.parent
if not parent_path.exists():
logger.log('ALERT', f'不存在{parent_path}目录将会新建')