BaseTools: Rename get_bytes_le() to bytes_le

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: Liming Gao <liming.gao@intel.com>
This commit is contained in:
Yonghong Zhu
2018-09-26 11:07:26 +08:00
parent 60dc40db2a
commit 0e3bfc6f7a
2 changed files with 2 additions and 2 deletions

View File

@ -229,7 +229,7 @@ class CapsulePayload(CapsuleData):
)
if AuthData:
Buffer += pack('QIHH', AuthData[0], AuthData[1], AuthData[2], AuthData[3])
Buffer += uuid.UUID(AuthData[4]).get_bytes_le()
Buffer += uuid.UUID(AuthData[4]).bytes_le
#
# Append file content to the structure