更新 system.py

This commit is contained in:
jxxghp
2023-09-01 12:07:04 +08:00
committed by GitHub
parent 76a94a80ef
commit fa8dcea7da

View File

@ -100,6 +100,9 @@ class SystemUtils:
if directory.is_file():
return [directory]
if not min_filesize:
min_filesize = 0
files = []
pattern = r".*(" + "|".join(extensions) + ")$"