]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fix python error with --genfds-multi-thread.
authorLin, Derek <derek.lin2@hpe.com>
Wed, 9 May 2018 09:03:24 +0000 (17:03 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Fri, 11 May 2018 01:02:31 +0000 (09:02 +0800)
commitc61db18e5d11e4c25e32bfb3f999a88e3207eb5f
tree3ed1ca6edd9b14b633b25027124b700bf7ba9a69
parentc731b5450576a8dd0afb1d2dd013203235395a4f
BaseTools: Fix python error with --genfds-multi-thread.

When self.Alignment is None, it ran into python error since there is no
strip() in None.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Derek Lin <derek.lin2@hpe.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
BaseTools/Source/Python/GenFds/GuidSection.py