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

Commit 4f12fcee authored by Michael Runge's avatar Michael Runge
Browse files

Add missing quotation mark in assertion

Change-Id: I3e76997fe257bfccb7d61dcc1273e014cdb55a41
parent 91a99c28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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") + ".");'