]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/GenFds/CapsuleData.py
BaseTools: Rename get_bytes_le() to bytes_le
[mirror_edk2.git] / BaseTools / Source / Python / GenFds / CapsuleData.py
index 651a16ec753a3c0098ad1318174aa50539cb2714..5f93734935c2921015871941246fc06864489de6 100644 (file)
@@ -229,7 +229,7 @@ class CapsulePayload(CapsuleData):
                        )\r
         if AuthData:\r
             Buffer += pack('QIHH', AuthData[0], AuthData[1], AuthData[2], AuthData[3])\r
-            Buffer += uuid.UUID(AuthData[4]).get_bytes_le()\r
+            Buffer += uuid.UUID(AuthData[4]).bytes_le\r
 \r
         #\r
         # Append file content to the structure\r