Skip to content

Commit

Permalink
Merge pull request #12 from Guozhanxin/5.0.0
Browse files Browse the repository at this point in the history
修复5.0.0和芯片支持包机制不匹配的问题
  • Loading branch information
eclipsesw authored Oct 17, 2023
2 parents 3ecfcb7 + b55f1ce commit af9bac0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tools/eclipse.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@ def ParentPaths(path):
path = path.replace('\\', '/')
all_paths = all_paths + [path] + ParentPaths(path)

cwd = os.getcwd()
for path in os.listdir(cwd):
temp_path = cwd.replace('\\', '/') + '/' + path
if os.path.isdir(temp_path):
all_paths = all_paths + [temp_path]

all_paths = list(set(all_paths))
return sorted(all_paths)

Expand Down

0 comments on commit af9bac0

Please sign in to comment.