Skip to content

Commit b55f1ce

Browse files
committed
patched for studio, revert RT-Thread/rt-thread#6581
1 parent 3ecfcb7 commit b55f1ce

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tools/eclipse.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,6 @@ def ParentPaths(path):
5555
path = path.replace('\\', '/')
5656
all_paths = all_paths + [path] + ParentPaths(path)
5757

58-
cwd = os.getcwd()
59-
for path in os.listdir(cwd):
60-
temp_path = cwd.replace('\\', '/') + '/' + path
61-
if os.path.isdir(temp_path):
62-
all_paths = all_paths + [temp_path]
63-
6458
all_paths = list(set(all_paths))
6559
return sorted(all_paths)
6660

0 commit comments

Comments
 (0)