更新 system.py

This commit is contained in:
jxxghp 2023-09-01 12:07:04 +08:00 committed by GitHub
parent 76a94a80ef
commit fa8dcea7da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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) + ")$"