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

Commit c73e4615 authored by Ying Wang's avatar Ying Wang
Browse files

Fix variable name.

Change-Id: Ie7439f71cf7fd2eeacd45a5d6625e610dad8bfbe
(cherry picked from commit 1a1dfcb5fcb6eda11d8dbf5df02f0083853dd5c1)
parent 51f0d3f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -553,7 +553,7 @@ def GetBuildProp(prop, info_dict):
  try:
    return info_dict.get("build.prop", {})[prop]
  except KeyError:
    raise common.ExternalError("couldn't find %s in build.prop" % (property,))
    raise common.ExternalError("couldn't find %s in build.prop" % (prop,))

def AddToKnownPaths(filename, known_paths):
  if filename[-1] == "/":