Reviewed-by: Rebecca Cran <rebe...@bsdio.com>

On 12/15/2023 2:11 AM, Yuwei Chen wrote:
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4624

Currently, Python FMMT tool does not support automatically
select FMMTConf.ini file which saves GuidTool settings.
This patch supports this features.

Cc: Rebecca Cran <rebe...@bsdio.com>
Cc: Liming Gao <gaolim...@byosoft.com.cn>
Cc: Bob Feng <bob.c.f...@intel.com>

Signed-off-by: Yuwei Chen <yuwei.c...@intel.com>
---
  BaseTools/Source/Python/FMMT/core/GuidTools.py | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/BaseTools/Source/Python/FMMT/core/GuidTools.py 
b/BaseTools/Source/Python/FMMT/core/GuidTools.py
index a25681709b..f6bdeffa50 100644
--- a/BaseTools/Source/Python/FMMT/core/GuidTools.py
+++ b/BaseTools/Source/Python/FMMT/core/GuidTools.py
@@ -110,7 +110,7 @@ class GUIDTools:
          if os.environ['FmmtConfPath']:

              self.tooldef_file = os.path.join(os.environ['FmmtConfPath'], 
'FmmtConf.ini')

          else:

-            PathList = os.environ['PATH']

+            PathList = os.environ['PATH'].split(os.pathsep)

              for CurrentPath in PathList:

                  if os.path.exists(os.path.join(CurrentPath, 'FmmtConf.ini')):

                      self.tooldef_file = os.path.join(CurrentPath, 
'FmmtConf.ini')




-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#112771): https://edk2.groups.io/g/devel/message/112771
Mute This Topic: https://groups.io/mt/103187642/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to