mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-21 15:41:41 +08:00
update uvprojx file path to abspath
This commit is contained in:
@@ -528,7 +528,7 @@ def TargetEclipse(env, reset=False, prj_name=None):
|
|||||||
if len(items) > 0:
|
if len(items) > 0:
|
||||||
for item in items:
|
for item in items:
|
||||||
if item.endswith(".uvprojx") or item.endswith(".uvproj"):
|
if item.endswith(".uvprojx") or item.endswith(".uvproj"):
|
||||||
file = item
|
file = os.path.abspath(item)
|
||||||
break
|
break
|
||||||
else:
|
else:
|
||||||
file = ""
|
file = ""
|
||||||
|
Reference in New Issue
Block a user