This commit is contained in:
2024-04-05 16:46:12 +02:00
parent a545e5f84d
commit 6790d33119
-1
View File
@@ -1107,7 +1107,6 @@ async def get_file(ctx, source, link):
file = item.as_posix() file = item.as_posix()
if platform == "win32": if platform == "win32":
file = file.replace("/", "\\") file = file.replace("/", "\\")
if re.match(".*" + ident + ".*", file):
file_list.append(file) file_list.append(file)
return dir_path, file_list return dir_path, file_list