mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-18 07:42:09 +00:00
FX2
This commit is contained in:
@@ -1107,8 +1107,7 @@ 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
|
||||||
|
|
||||||
# define an asynchronous generator
|
# define an asynchronous generator
|
||||||
|
|||||||
Reference in New Issue
Block a user