]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fix error leg in DscBuildData.py
authorJake Garver via groups.io <jake=nvidia.com@groups.io>
Thu, 20 Jan 2022 23:58:24 +0000 (07:58 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 7 Feb 2022 03:29:20 +0000 (03:29 +0000)
commitd4ac53aa91b8a3602166c6adcb9ba8678e0ae969
tree0e86687d7c07525700279f7d9903ae519d5fc898
parentc09dbc92e9142ad46b3f73ac0eb5cc283cb81baf
BaseTools: Fix error leg in DscBuildData.py

Fix a Edk2Logger.warn() message format to match the arguments.

We ran into this after a failure in PcdValueInit.  The failure was
masked by a new exception, "TypeError: not all arguments converted
during string formatting".

Signed-off-by: Jake Garver <jake@nvidia.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
BaseTools/Source/Python/Workspace/DscBuildData.py