mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-20 21:37:22 +08:00
[update] tools/eclipse.py
This commit is contained in:
parent
b2b8887cea
commit
53977c1fb4
@ -109,12 +109,12 @@ def ExcludeFiles(infiles, files):
|
||||
def ExcludePaths(rootpath, paths):
|
||||
ret = []
|
||||
|
||||
files = os.listdir(rootpath)
|
||||
files = os.listdir(OSPath(rootpath))
|
||||
for file in files:
|
||||
if file.startswith('.'):
|
||||
continue
|
||||
|
||||
fullname = os.path.join(rootpath, file)
|
||||
fullname = os.path.join(OSPath(rootpath), file)
|
||||
|
||||
if os.path.isdir(fullname):
|
||||
# print(fullname)
|
||||
|
Loading…
x
Reference in New Issue
Block a user