Merge remote-tracking branch 'origin/main'

This commit is contained in:
jxxghp
2023-09-01 15:00:37 +08:00
6 changed files with 45 additions and 1 deletions

View File

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