fix multiprocessing

+ remove global locks
This commit is contained in:
cwilvx
2025-03-10 21:05:28 +03:00
parent 9725fd427b
commit 0eef23880b
12 changed files with 140 additions and 689 deletions
+1
View File
@@ -78,6 +78,7 @@ def get_folder_tree(body: FolderTree):
config = UserConfig()
root_dirs = config.rootDirs
print("root_dirs", root_dirs)
try:
if req_dir == "$home" and root_dirs[0] == "$home":