BaseTools: Fix regression bug by 3378782691af
Fix regression bug by 3378782691af Fixes:https://bugzilla.tianocore.org/show_bug.cgi?id=941 Cc: Liming Gao <liming.gao@intel.com> Cc: Yonghong Zhu <yonghong.zhu@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Yunhua Feng <yunhuax.feng@intel.com> Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
This commit is contained in:
parent
1df5fb2d83
commit
a802b26906
@ -1543,7 +1543,7 @@ class DscParser(MetaFileParser):
|
||||
|
||||
IncludedFileTable = MetaFileStorage(self._Table.Cur, IncludedFile1, MODEL_FILE_DSC, False)
|
||||
FromItem = self._Content[self._ContentIndex - 1][0]
|
||||
if self._Content[self._ContentIndex - 1][8] != -1.0:
|
||||
if self._InSubsection:
|
||||
Owner = self._Content[self._ContentIndex - 1][8]
|
||||
else:
|
||||
Owner = self._Content[self._ContentIndex - 1][0]
|
||||
|
Loading…
x
Reference in New Issue
Block a user