Op Some Code

main
ColdWindScholar 2023-11-05 09:45:37 +08:00
parent ecc066175b
commit 7127afe6ed
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ def ota_payload_dumper(payloadfile_, out='output', old='old', images='', command
return dam.partitions
for image in args.images:
partition = [part for part in dam.partitions if part.partition_name == image]
print(f'[EXTRACTING]: {images}')
print(f'[EXTRACTING]: {image}')
assert partition, "Partition %s not found in payload!\n" % image
dump_part(partition[0])
payloadfile_.close()