]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/build/build.py
BaseTools: Fix the bug that warn() function with only 1 argument
authorYonghong Zhu <yonghong.zhu@intel.com>
Tue, 25 Jul 2017 05:38:30 +0000 (13:38 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Wed, 26 Jul 2017 02:28:14 +0000 (10:28 +0800)
commit688c7d21b97d8ed6bfba72299c43c22a7b707064
tree4096669fa443690cd42b7b4e9cf679ff70949c59
parent134bbe88ac189799c7f643cd9435a9bd053d8bec
BaseTools: Fix the bug that warn() function with only 1 argument

In the definition, the warn() function takes at least 2 arguments.

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/build/build.py