Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1caad28 authored by Brint E. Kriebel's avatar Brint E. Kriebel
Browse files

releasetools: Fix print in boot image signing

Python 3 compatibility fail

Change-Id: I0acb7059b554ad16833ccdd09643f52f2c44a3f2
Ticket: RM-233
parent 5f59260b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -428,7 +428,7 @@ def BuildBootableImage(sourcedir, fs_config_file, info_dict=None):
      os.path.basename(sourcedir),)

  if bootimg_key and os.path.exists(bootimg_key) and kernel_pagesize > 0:
    print "Signing bootable image..."
    print("Signing bootable image...")
    bootimg_key_passwords = {}
    bootimg_key_passwords.update(PasswordManager().GetPasswords(bootimg_key.split()))
    bootimg_key_password = bootimg_key_passwords[bootimg_key]