From c38e2bc6ec85310ec4ba63c0d637f9ada474824c Mon Sep 17 00:00:00 2001 From: "yaxing.chen" Date: Mon, 25 Jan 2021 11:42:10 +0800 Subject: [PATCH] update uvprojx file path to abspath --- tools/eclipse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/eclipse.py b/tools/eclipse.py index 0d8d465cbc..c1cd3c6623 100644 --- a/tools/eclipse.py +++ b/tools/eclipse.py @@ -528,7 +528,7 @@ def TargetEclipse(env, reset=False, prj_name=None): if len(items) > 0: for item in items: if item.endswith(".uvprojx") or item.endswith(".uvproj"): - file = item + file = os.path.abspath(item) break else: file = ""