This commit is contained in:
cwx
2023-04-06 16:18:01 +08:00
parent ec63ffd1de
commit 3c74f84ca4
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ class fileUtils:
img = Image.open(file_path)
img.verify()
img.close()
logger.debug(f"{file_path} 类型为type:{type} size: {file_size_unit}")
logger.info(f"{file_path} 类型为type:{type} size: {file_size_unit}")
return True
except:
if os.path.exists(file_path):