]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fixed build failure when using python38
authorFan, ZhijuX <zhijux.fan@intel.com>
Wed, 12 Feb 2020 07:14:11 +0000 (15:14 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 12 Feb 2020 14:54:03 +0000 (14:54 +0000)
commitec97412b7c413573a681e275d55f50dea490fb24
treef1764e8f6bbdf3e082546a414b8e4bae489407d1
parent82af1cbf0d54bb197a4381e7d7ff1c120e4a9645
BaseTools: Fixed build failure when using python38

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2304

SyntaxWarning: "is" with a literal. Did you mean "=="?
Using "is" instead of "==" is an irregular syntax

Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>
Cc: Bob C Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Source/Python/build/BuildReport.py