mirror of
https://github.com/chenxiaolong/avbroot.git
synced 2026-07-03 14:05:11 +02:00
Merge pull request #35 from pascallj/patch-1
Add unused return object when extracting
This commit is contained in:
+1
-1
@@ -298,7 +298,7 @@ def extract_subcommand(args):
|
||||
|
||||
with z.open(info, 'r') as f:
|
||||
_, manifest, blob_offset = ota.parse_payload(f)
|
||||
images, _ = get_images(manifest)
|
||||
images, _, _ = get_images(manifest)
|
||||
|
||||
print_status('Extracting', ', '.join(images), 'from the payload')
|
||||
ota.extract_images(f, manifest, blob_offset, args.directory, images)
|
||||
|
||||
Reference in New Issue
Block a user