Add missing quotation mark in assertion

Change-Id: I3e76997fe257bfccb7d61dcc1273e014cdb55a41
This commit is contained in:
Michael Runge 2014-05-09 14:14:42 -07:00
parent 91a99c28e0
commit 4f12fceead
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ class EdifyGenerator(object):
if not fp:
raise ValueError("must specify some thumbprints")
cmd = (
' ||\n '.join([('getprop(ro.build.thumbprint") == "%s"')
' ||\n '.join([('getprop("ro.build.thumbprint") == "%s"')
% i for i in fp]) +
' ||\n abort("Package expects build thumbprint of %s; this '
'device has " + getprop("ro.build.thumbprint") + ".");'