]> git.proxmox.com Git - mirror_edk2.git/commit - IntelFsp2Pkg/Tools/PatchFv.py
IntelFsp2Pkg/Tools: Fix a typo issue
authorfengyunhua <fengyunhua@byosoft.com.cn>
Tue, 13 Oct 2020 02:43:42 +0000 (10:43 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 19 Oct 2020 23:57:57 +0000 (23:57 +0000)
commit29d14d3a30fdfbe017d39b759423832054280f10
tree547645348c666330376cecf86dad638773dcb9f3
parent93edd1887e34c3959ce927da1a22e8c54ce18a83
IntelFsp2Pkg/Tools: Fix a typo issue

Error message:
raise Exception ("'%s' is not a valid directory!" % FvDir)
NameError: name 'FvDir' is not defined

FvDir should be fvDir.

Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Signed-off-by: Yunhua Feng <fengyunhua@byosoft.com.cn>
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
IntelFsp2Pkg/Tools/PatchFv.py