tianocore / edk2-basetools

EDK II BaseTools Python tools as a PIP module
Other
25 stars 35 forks source link

[Bug]: FMMT tool does not be imported correctly with pip module #105

Open YuweiChen1110 opened 1 year ago

YuweiChen1110 commented 1 year ago

Contact Details

yuwei.chen@intel.com

Describe the Bug

In edk2-BaseTools repo, the FMMT tool have the wrong import path (python path). This need be fixed for pip module correct calling.

Reproduction steps

  1. pip install edk2-basetools
  2. FMMT -v xxx.bin

Expected behavior

Fix the FMMT import path into correct one.

Execution Environment

No response

Pip packages

No response

Additional context

No response

YuweiChen1110 commented 1 year ago

Have send the fixing PR