mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-28 15:50:52 +08:00
optimize scanner.py
This commit is contained in:
parent
555a202c40
commit
7a58ad830f
@ -41,11 +41,6 @@ def get_py_file_paths(dirname):
|
|||||||
if file.endswith(".py"):
|
if file.endswith(".py"):
|
||||||
file_path = os.path.join(root, file)
|
file_path = os.path.join(root, file)
|
||||||
file_paths.append(file_path)
|
file_paths.append(file_path)
|
||||||
|
|
||||||
for subdir in dirs:
|
|
||||||
subdir = os.path.join(dirname, subdir)
|
|
||||||
sub_files = get_py_file_paths(subdir)
|
|
||||||
file_paths.extend(sub_files)
|
|
||||||
|
|
||||||
return file_paths
|
return file_paths
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user