Merge "pack_v2: fix for emmc apps image"

This commit is contained in:
Linux Build Service Account 2023-01-23 23:01:20 -08:00 committed by Gerrit - the friendly Code Review server
commit 29d4e13d7f

View file

@ -1333,6 +1333,7 @@ class Pack(object):
if filename == "":
continue
except KeyError, e:
partition = ""
print "Skipping partition '%s'" % section.attrib['label']
pass